Html Css Color HEX #FCEA8F Picasso

📋 copy color: '#FCEA8F'

red 252 ◦ green 234 ◦ blue 143

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

Shades of Picasso #FCEA8F

Tints of Picasso #FCEA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.73%

R = 40.06%
G = 37.2%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCEA8F (or 0xFCEA8F) is known color: Picasso. HEX triplet: FC, EA and 8F. RGB value is (252,234,143). Sum of RGB (Red+Green+Blue) = 252+234+143=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 143 (56.25% from 255 or 22.73% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA8F is #031570. Grayscale: #E5E5E5. Windows color (decimal): -202097 or 9431804. OLE color: 9431804.

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

Color convert

RGB 252 234 143 -
CMYK 0 0.07 0.43 0.01
HSL 50.09º 0.95% 0.77% -
HSV(B) 50.09º 0.43% 0.99% -
XYZ 74.53 81.52 37.79 -
YUV 229.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 252 234 143 0 0.07 0.43 0.01 50.09 0.95 0.77
Hex FC EA 8F 0 7 2B 1 32 5F 4D
Octal 374 352 217 0 7 53 1 62 137 115
Binary 11111100 11101010 10001111 0 111 101011 1 110010 1011111 1001101

Color Harmonies of #FCEA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA8F

Black with #FCEA8F

Text Example


Text Example

White with #FCEA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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