Html Css Color HEX #FDED8C Picasso

📋 copy color: '#FDED8C'

red 253 ◦ green 237 ◦ blue 140

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

Shades of Picasso #FDED8C

Tints of Picasso #FDED8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.22%

R = 40.16%
G = 37.62%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDED8C (or 0xFDED8C) is known color: Picasso. HEX triplet: FD, ED and 8C. RGB value is (253,237,140). Sum of RGB (Red+Green+Blue) = 253+237+140=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED8C is #021273. Grayscale: #E7E7E7. Windows color (decimal): -135796 or 9235965. OLE color: 9235965.

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

Color convert

RGB 253 237 140 -
CMYK 0 0.06 0.45 0.01
HSL 51.5º 0.97% 0.77% -
HSV(B) 51.5º 0.45% 0.99% -
XYZ 75.53 83.34 36.92 -
YUV 230.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 253 237 140 0 0.06 0.45 0.01 51.5 0.97 0.77
Hex FD ED 8C 0 6 2D 1 34 61 4D
Octal 375 355 214 0 6 55 1 64 141 115
Binary 11111101 11101101 10001100 0 110 101101 1 110100 1100001 1001101

Color Harmonies of #FDED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED8C

Black with #FDED8C

Text Example


Text Example

White with #FDED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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