Html Css Color HEX #FDF1EC Rose White

📋 copy color: '#FDF1EC'

red 253 ◦ green 241 ◦ blue 236

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

Shades of Rose White #FDF1EC

Tints of Rose White #FDF1EC

RGB

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

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

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

R = 34.66%
G = 33.01%
B = 32.33%

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

#FDF1EC (or 0xFDF1EC) is known color: Rose White. HEX triplet: FD, F1 and EC. RGB value is (253,241,236). Sum of RGB (Red+Green+Blue) = 253+241+236=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EC is #020E13. Grayscale: #F4F4F4. Windows color (decimal): -134676 or 15528445. OLE color: 15528445.

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

Color convert

RGB 253 241 236 -
CMYK 0 0.05 0.07 0.01
HSL 17.65º 0.81% 0.96% -
HSV(B) 17.65º 0.07% 0.99% -
XYZ 87.1 89.85 92.11 -
YUV 244.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 253 241 236 0 0.05 0.07 0.01 17.65 0.81 0.96
Hex FD F1 EC 0 5 7 1 12 51 60
Octal 375 361 354 0 5 7 1 22 121 140
Binary 11111101 11110001 11101100 0 101 111 1 10010 1010001 1100000

Color Harmonies of #FDF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1EC

Black with #FDF1EC

Text Example


Text Example

White with #FDF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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