Html Css Color HEX #FCEA8A Picasso

📋 copy color: '#FCEA8A'

red 252 ◦ green 234 ◦ blue 138

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

Shades of Picasso #FCEA8A

Tints of Picasso #FCEA8A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.5%

 BLUE value IS 138 (54.3% from 255) = 22.12%

R = 40.38%
G = 37.5%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCEA8A (or 0xFCEA8A) is known color: Picasso. HEX triplet: FC, EA and 8A. RGB value is (252,234,138). Sum of RGB (Red+Green+Blue) = 252+234+138=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA8A is #031575. Grayscale: #E4E4E4. Windows color (decimal): -202102 or 9104124. OLE color: 9104124.

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

Color convert

RGB 252 234 138 -
CMYK 0 0.07 0.45 0.01
HSL 50.53º 0.95% 0.76% -
HSV(B) 50.53º 0.45% 0.99% -
XYZ 74.16 81.38 35.84 -
YUV 228.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 252 234 138 0 0.07 0.45 0.01 50.53 0.95 0.76
Hex FC EA 8A 0 7 2D 1 33 5F 4C
Octal 374 352 212 0 7 55 1 63 137 114
Binary 11111100 11101010 10001010 0 111 101101 1 110011 1011111 1001100

Color Harmonies of #FCEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA8A

Black with #FCEA8A

Text Example


Text Example

White with #FCEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA8A; }

 p { color: rgb(252,234,138); }

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

background-color css

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

 a { background-color: rgb(252,234,138); }

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

border-color css

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

 span { border-color: rgb(252,234,138); }

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