Html Css Color HEX #FCED96 Picasso

📋 copy color: '#FCED96'

red 252 ◦ green 237 ◦ blue 150

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

Shades of Picasso #FCED96

Tints of Picasso #FCED96

RGB

 RED value IS 252 (98.83% from 255) = 39.44%

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

 BLUE value IS 150 (58.98% from 255) = 23.47%

R = 39.44%
G = 37.09%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCED96 (or 0xFCED96) is known color: Picasso. HEX triplet: FC, ED and 96. RGB value is (252,237,150). Sum of RGB (Red+Green+Blue) = 252+237+150=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED96 is #031269. Grayscale: #E7E7E7. Windows color (decimal): -201322 or 9891324. OLE color: 9891324.

HSL color Cylindrical-coordinate representation of color #FCED96: hue angle of 51.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCED96 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 150 -
CMYK 0 0.06 0.40 0.01
HSL 51.18º 0.94% 0.79% -
HSV(B) 51.18º 0.4% 0.99% -
XYZ 75.93 83.47 40.96 -
YUV 231.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 252 237 150 0 0.06 0.40 0.01 51.18 0.94 0.79
Hex FC ED 96 0 6 28 1 33 5E 4F
Octal 374 355 226 0 6 50 1 63 136 117
Binary 11111100 11101101 10010110 0 110 101000 1 110011 1011110 1001111

Color Harmonies of #FCED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED96

Black with #FCED96

Text Example


Text Example

White with #FCED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED96; }

 p { color: rgb(252,237,150); }

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

background-color css

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

 a { background-color: rgb(252,237,150); }

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

border-color css

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

 span { border-color: rgb(252,237,150); }

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