Html Css Color HEX #FCF1ED Rose White

📋 copy color: '#FCF1ED'

red 252 ◦ green 241 ◦ blue 237

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

Shades of Rose White #FCF1ED

Tints of Rose White #FCF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.01%

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

R = 34.52%
G = 33.01%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF1ED (or 0xFCF1ED) is known color: Rose White. HEX triplet: FC, F1 and ED. RGB value is (252,241,237). Sum of RGB (Red+Green+Blue) = 252+241+237=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1ED is #030E12. Grayscale: #F3F3F3. Windows color (decimal): -200211 or 15593980. OLE color: 15593980.

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

Color convert

RGB 252 241 237 -
CMYK 0 0.04 0.06 0.01
HSL 16º 0.71% 0.96% -
HSV(B) 16º 0.06% 0.99% -
XYZ 86.89 89.72 92.86 -
YUV 243.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 252 241 237 0 0.04 0.06 0.01 16 0.71 0.96
Hex FC F1 ED 0 4 6 1 10 47 60
Octal 374 361 355 0 4 6 1 20 107 140
Binary 11111100 11110001 11101101 0 100 110 1 10000 1000111 1100000

Color Harmonies of #FCF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1ED

Black with #FCF1ED

Text Example


Text Example

White with #FCF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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