Html Css Color HEX #FCEEEA Rose White

📋 copy color: '#FCEEEA'

red 252 ◦ green 238 ◦ blue 234

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

Shades of Rose White #FCEEEA

Tints of Rose White #FCEEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 32.32%

R = 34.81%
G = 32.87%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCEEEA (or 0xFCEEEA) is known color: Rose White. HEX triplet: FC, EE and EA. RGB value is (252,238,234). Sum of RGB (Red+Green+Blue) = 252+238+234=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEEA is #031115. Grayscale: #F1F1F1. Windows color (decimal): -200982 or 15396604. OLE color: 15396604.

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

Color convert

RGB 252 238 234 -
CMYK 0 0.06 0.07 0.01
HSL 13.33º 0.75% 0.95% -
HSV(B) 13.33º 0.07% 0.99% -
XYZ 85.57 87.79 90.28 -
YUV 241.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 252 238 234 0 0.06 0.07 0.01 13.33 0.75 0.95
Hex FC EE EA 0 6 7 1 D 4B 5F
Octal 374 356 352 0 6 7 1 15 113 137
Binary 11111100 11101110 11101010 0 110 111 1 1101 1001011 1011111

Color Harmonies of #FCEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEEA

Black with #FCEEEA

Text Example


Text Example

White with #FCEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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