Html Css Color HEX #FCEDE8 Rose White

📋 copy color: '#FCEDE8'

red 252 ◦ green 237 ◦ blue 232

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

Shades of Rose White #FCEDE8

Tints of Rose White #FCEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.87%

 BLUE value IS 232 (91.02% from 255) = 32.18%

R = 34.95%
G = 32.87%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCEDE8 (or 0xFCEDE8) is known color: Rose White. HEX triplet: FC, ED and E8. RGB value is (252,237,232). Sum of RGB (Red+Green+Blue) = 252+237+232=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDE8 is #031217. Grayscale: #F0F0F0. Windows color (decimal): -201240 or 15265276. OLE color: 15265276.

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

Color convert

RGB 252 237 232 -
CMYK 0 0.06 0.08 0.01
HSL 15º 0.77% 0.95% -
HSV(B) 15º 0.08% 0.99% -
XYZ 84.99 87.09 88.67 -
YUV 240.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 252 237 232 0 0.06 0.08 0.01 15 0.77 0.95
Hex FC ED E8 0 6 8 1 F 4D 5F
Octal 374 355 350 0 6 10 1 17 115 137
Binary 11111100 11101101 11101000 0 110 1000 1 1111 1001101 1011111

Color Harmonies of #FCEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDE8

Black with #FCEDE8

Text Example


Text Example

White with #FCEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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