Html Css Color HEX #FCEFEA Rose White

📋 copy color: '#FCEFEA'

red 252 ◦ green 239 ◦ blue 234

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

Shades of Rose White #FCEFEA

Tints of Rose White #FCEFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.97%

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

R = 34.76%
G = 32.97%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCEFEA (or 0xFCEFEA) is known color: Rose White. HEX triplet: FC, EF and EA. RGB value is (252,239,234). Sum of RGB (Red+Green+Blue) = 252+239+234=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 234 (91.80% from 255 or 32.28% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFEA is #031015. Grayscale: #F2F2F2. Windows color (decimal): -200726 or 15396860. OLE color: 15396860.

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

Color convert

RGB 252 239 234 -
CMYK 0 0.05 0.07 0.01
HSL 16.67º 0.75% 0.95% -
HSV(B) 16.67º 0.07% 0.99% -
XYZ 85.86 88.37 90.37 -
YUV 242.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 252 239 234 0 0.05 0.07 0.01 16.67 0.75 0.95
Hex FC EF EA 0 5 7 1 11 4B 5F
Octal 374 357 352 0 5 7 1 21 113 137
Binary 11111100 11101111 11101010 0 101 111 1 10001 1001011 1011111

Color Harmonies of #FCEFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFEA

Black with #FCEFEA

Text Example


Text Example

White with #FCEFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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