Html Css Color HEX #FCF1EF Rose White

📋 copy color: '#FCF1EF'

red 252 ◦ green 241 ◦ blue 239

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

Shades of Rose White #FCF1EF

Tints of Rose White #FCF1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 32.65%

R = 34.43%
G = 32.92%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCF1EF (or 0xFCF1EF) is known color: Rose White. HEX triplet: FC, F1 and EF. RGB value is (252,241,239). Sum of RGB (Red+Green+Blue) = 252+241+239=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1EF is #030E10. Grayscale: #F4F4F4. Windows color (decimal): -200209 or 15725052. OLE color: 15725052.

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

Color convert

RGB 252 241 239 -
CMYK 0 0.04 0.05 0.01
HSL 9.23º 0.68% 0.96% -
HSV(B) 9.23º 0.05% 0.99% -
XYZ 87.18 89.84 94.41 -
YUV 244.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 252 241 239 0 0.04 0.05 0.01 9.23 0.68 0.96
Hex FC F1 EF 0 4 5 1 9 44 60
Octal 374 361 357 0 4 5 1 11 104 140
Binary 11111100 11110001 11101111 0 100 101 1 1001 1000100 1100000

Color Harmonies of #FCF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1EF

Black with #FCF1EF

Text Example


Text Example

White with #FCF1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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