Html Css Color HEX #FCEE8C Picasso

📋 copy color: '#FCEE8C'

red 252 ◦ green 238 ◦ blue 140

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

Shades of Picasso #FCEE8C

Tints of Picasso #FCEE8C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

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

R = 40%
G = 37.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCEE8C (or 0xFCEE8C) is known color: Picasso. HEX triplet: FC, EE and 8C. RGB value is (252,238,140). Sum of RGB (Red+Green+Blue) = 252+238+140=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 140 (55.08% from 255 or 22.22% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE8C is #031173. Grayscale: #E7E7E7. Windows color (decimal): -201076 or 9236220. OLE color: 9236220.

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

Color convert

RGB 252 238 140 -
CMYK 0 0.06 0.44 0.01
HSL 52.5º 0.95% 0.77% -
HSV(B) 52.5º 0.44% 0.99% -
XYZ 75.45 83.74 37 -
YUV 231.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 252 238 140 0 0.06 0.44 0.01 52.5 0.95 0.77
Hex FC EE 8C 0 6 2C 1 34 5F 4D
Octal 374 356 214 0 6 54 1 64 137 115
Binary 11111100 11101110 10001100 0 110 101100 1 110100 1011111 1001101

Color Harmonies of #FCEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE8C

Black with #FCEE8C

Text Example


Text Example

White with #FCEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE8C; }

 p { color: rgb(252,238,140); }

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

background-color css

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

 a { background-color: rgb(252,238,140); }

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

border-color css

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

 span { border-color: rgb(252,238,140); }

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