Html Css Color HEX #FDF0EC Rose White

📋 copy color: '#FDF0EC'

red 253 ◦ green 240 ◦ blue 236

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

Shades of Rose White #FDF0EC

Tints of Rose White #FDF0EC

RGB

 RED value IS 253 (99.22% from 255) = 34.71%

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

 BLUE value IS 236 (92.58% from 255) = 32.37%

R = 34.71%
G = 32.92%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDF0EC (or 0xFDF0EC) is known color: Rose White. HEX triplet: FD, F0 and EC. RGB value is (253,240,236). Sum of RGB (Red+Green+Blue) = 253+240+236=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 240 (94.14% from 255 or 32.92% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EC is #020F13. Grayscale: #F3F3F3. Windows color (decimal): -134932 or 15528189. OLE color: 15528189.

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

Color convert

RGB 253 240 236 -
CMYK 0 0.05 0.07 0.01
HSL 14.12º 0.81% 0.96% -
HSV(B) 14.12º 0.07% 0.99% -
XYZ 86.81 89.26 92.01 -
YUV 243.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 253 240 236 0 0.05 0.07 0.01 14.12 0.81 0.96
Hex FD F0 EC 0 5 7 1 E 51 60
Octal 375 360 354 0 5 7 1 16 121 140
Binary 11111101 11110000 11101100 0 101 111 1 1110 1010001 1100000

Color Harmonies of #FDF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0EC

Black with #FDF0EC

Text Example


Text Example

White with #FDF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0EC; }

 p { color: rgb(253,240,236); }

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

background-color css

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

 a { background-color: rgb(253,240,236); }

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

border-color css

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

 span { border-color: rgb(253,240,236); }

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