Html Css Color HEX #FCF0ED Rose White

📋 copy color: '#FCF0ED'

red 252 ◦ green 240 ◦ blue 237

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

Shades of Rose White #FCF0ED

Tints of Rose White #FCF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.92%

 BLUE value IS 237 (92.97% from 255) = 32.51%

R = 34.57%
G = 32.92%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF0ED (or 0xFCF0ED) is known color: Rose White. HEX triplet: FC, F0 and ED. RGB value is (252,240,237). Sum of RGB (Red+Green+Blue) = 252+240+237=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 237 (92.97% from 255 or 32.51% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0ED is #030F12. Grayscale: #F3F3F3. Windows color (decimal): -200467 or 15593724. OLE color: 15593724.

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

Color convert

RGB 252 240 237 -
CMYK 0 0.05 0.06 0.01
HSL 12º 0.71% 0.96% -
HSV(B) 12º 0.06% 0.99% -
XYZ 86.59 89.13 92.76 -
YUV 243.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 252 240 237 0 0.05 0.06 0.01 12 0.71 0.96
Hex FC F0 ED 0 5 6 1 C 47 60
Octal 374 360 355 0 5 6 1 14 107 140
Binary 11111100 11110000 11101101 0 101 110 1 1100 1000111 1100000

Color Harmonies of #FCF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0ED

Black with #FCF0ED

Text Example


Text Example

White with #FCF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0ED; }

 p { color: rgb(252,240,237); }

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

background-color css

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

 a { background-color: rgb(252,240,237); }

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

border-color css

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

 span { border-color: rgb(252,240,237); }

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