Html Css Color HEX #FDF0EB Rose White

📋 copy color: '#FDF0EB'

red 253 ◦ green 240 ◦ blue 235

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

Shades of Rose White #FDF0EB

Tints of Rose White #FDF0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.28%

R = 34.75%
G = 32.97%
B = 32.28%

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

#FDF0EB (or 0xFDF0EB) is known color: Rose White. HEX triplet: FD, F0 and EB. RGB value is (253,240,235). Sum of RGB (Red+Green+Blue) = 253+240+235=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EB is #020F14. Grayscale: #F3F3F3. Windows color (decimal): -134933 or 15462653. OLE color: 15462653.

HSL color Cylindrical-coordinate representation of color #FDF0EB: hue angle of 16.67º degrees, saturation: 0.82, 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 #FDF0EB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 235 -
CMYK 0 0.05 0.07 0.01
HSL 16.67º 0.82% 0.96% -
HSV(B) 16.67º 0.07% 0.99% -
XYZ 86.66 89.2 91.25 -
YUV 243.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 253 240 235 0 0.05 0.07 0.01 16.67 0.82 0.96
Hex FD F0 EB 0 5 7 1 11 52 60
Octal 375 360 353 0 5 7 1 21 122 140
Binary 11111101 11110000 11101011 0 101 111 1 10001 1010010 1100000

Color Harmonies of #FDF0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0EB

Black with #FDF0EB

Text Example


Text Example

White with #FDF0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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