Html Css Color HEX #FDF1EB Rose White

📋 copy color: '#FDF1EB'

red 253 ◦ green 241 ◦ blue 235

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

Shades of Rose White #FDF1EB

Tints of Rose White #FDF1EB

RGB

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

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

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

R = 34.71%
G = 33.06%
B = 32.24%

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

#FDF1EB (or 0xFDF1EB) is known color: Rose White. HEX triplet: FD, F1 and EB. RGB value is (253,241,235). Sum of RGB (Red+Green+Blue) = 253+241+235=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EB is #020E14. Grayscale: #F3F3F3. Windows color (decimal): -134677 or 15462909. OLE color: 15462909.

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

Color convert

RGB 253 241 235 -
CMYK 0 0.05 0.07 0.01
HSL 20º 0.82% 0.96% -
HSV(B) 20º 0.07% 0.99% -
XYZ 86.96 89.79 91.35 -
YUV 243.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 253 241 235 0 0.05 0.07 0.01 20 0.82 0.96
Hex FD F1 EB 0 5 7 1 14 52 60
Octal 375 361 353 0 5 7 1 24 122 140
Binary 11111101 11110001 11101011 0 101 111 1 10100 1010010 1100000

Color Harmonies of #FDF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1EB

Black with #FDF1EB

Text Example


Text Example

White with #FDF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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