Html Css Color HEX #FCEA8D Picasso

📋 copy color: '#FCEA8D'

red 252 ◦ green 234 ◦ blue 141

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

Shades of Picasso #FCEA8D

Tints of Picasso #FCEA8D

RGB

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

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

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

R = 40.19%
G = 37.32%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCEA8D (or 0xFCEA8D) is known color: Picasso. HEX triplet: FC, EA and 8D. RGB value is (252,234,141). Sum of RGB (Red+Green+Blue) = 252+234+141=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 141 (55.47% from 255 or 22.49% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA8D is #031572. Grayscale: #E5E5E5. Windows color (decimal): -202099 or 9300732. OLE color: 9300732.

HSL color Cylindrical-coordinate representation of color #FCEA8D: hue angle of 50.27º degrees, saturation: 0.95, 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 #FCEA8D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 141 -
CMYK 0 0.07 0.44 0.01
HSL 50.27º 0.95% 0.77% -
HSV(B) 50.27º 0.44% 0.99% -
XYZ 74.38 81.46 37 -
YUV 228.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 252 234 141 0 0.07 0.44 0.01 50.27 0.95 0.77
Hex FC EA 8D 0 7 2C 1 32 5F 4D
Octal 374 352 215 0 7 54 1 62 137 115
Binary 11111100 11101010 10001101 0 111 101100 1 110010 1011111 1001101

Color Harmonies of #FCEA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA8D

Black with #FCEA8D

Text Example


Text Example

White with #FCEA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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