Html Css Color HEX #FDED8D Picasso

📋 copy color: '#FDED8D'

red 253 ◦ green 237 ◦ blue 141

#FDED8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FDED8D

Tints of Picasso #FDED8D

RGB

 RED value IS 253 (99.22% from 255) = 40.1%

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 141 (55.47% from 255) = 22.35%

R = 40.1%
G = 37.56%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDED8D (or 0xFDED8D) is known color: Picasso. HEX triplet: FD, ED and 8D. RGB value is (253,237,141). Sum of RGB (Red+Green+Blue) = 253+237+141=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 141 (55.47% from 255 or 22.35% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8D is #021272. Grayscale: #E7E7E7. Windows color (decimal): -135795 or 9301501. OLE color: 9301501.

HSL color Cylindrical-coordinate representation of color #FDED8D: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDED8D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 237 141 -
CMYK 0 0.06 0.44 0.01
HSL 51.43º 0.97% 0.77% -
HSV(B) 51.43º 0.44% 0.99% -
XYZ 75.6 83.37 37.31 -
YUV 230.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 253 237 141 0 0.06 0.44 0.01 51.43 0.97 0.77
Hex FD ED 8D 0 6 2C 1 33 61 4D
Octal 375 355 215 0 6 54 1 63 141 115
Binary 11111101 11101101 10001101 0 110 101100 1 110011 1100001 1001101

Color Harmonies of #FDED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED8D

Black with #FDED8D

Text Example


Text Example

White with #FDED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED8D; }

 p { color: rgb(253,237,141); }

 H1.HeaderClassName
 {
   color: #FDED8D;
 }
 .AnyTagClassName
 {
   color: #FDED8D;
 }
</style>

background-color css

<style>
 a { background-color: #FDED8D; }

 a { background-color: rgb(253,237,141); }

 div.DivClassName
 {
   background-color: #FDED8D;
 }
 .BgClassName
 {
   background-color: #FDED8D;
 }
</style>

border-color css

<style>
 span { border-color: #FDED8D; }

 span { border-color: rgb(253,237,141); }

 td.TdClassName
 {
   border-color: #FDED8D;
 }
 .TagClassName
 {
   border-color: #FDED8D;
 }
</style>