Html Css Color HEX #FCEDE5 Rose White

📋 copy color: '#FCEDE5'

red 252 ◦ green 237 ◦ blue 229

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

Shades of Rose White #FCEDE5

Tints of Rose White #FCEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.89%

R = 35.1%
G = 33.01%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCEDE5 (or 0xFCEDE5) is known color: Rose White. HEX triplet: FC, ED and E5. RGB value is (252,237,229). Sum of RGB (Red+Green+Blue) = 252+237+229=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDE5 is #03121A. Grayscale: #F0F0F0. Windows color (decimal): -201243 or 15068668. OLE color: 15068668.

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

Color convert

RGB 252 237 229 -
CMYK 0 0.06 0.09 0.01
HSL 20.87º 0.79% 0.94% -
HSV(B) 20.87º 0.09% 0.99% -
XYZ 84.57 86.92 86.45 -
YUV 240.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 252 237 229 0 0.06 0.09 0.01 20.87 0.79 0.94
Hex FC ED E5 0 6 9 1 15 4F 5E
Octal 374 355 345 0 6 11 1 25 117 136
Binary 11111100 11101101 11100101 0 110 1001 1 10101 1001111 1011110

Color Harmonies of #FCEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDE5

Black with #FCEDE5

Text Example


Text Example

White with #FCEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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