Html Css Color HEX #FDF1EE Rose White

📋 copy color: '#FDF1EE'

red 253 ◦ green 241 ◦ blue 238

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

Shades of Rose White #FDF1EE

Tints of Rose White #FDF1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 32.51%

R = 34.56%
G = 32.92%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDF1EE (or 0xFDF1EE) is known color: Rose White. HEX triplet: FD, F1 and EE. RGB value is (253,241,238). Sum of RGB (Red+Green+Blue) = 253+241+238=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EE is #020E11. Grayscale: #F4F4F4. Windows color (decimal): -134674 or 15659517. OLE color: 15659517.

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

Color convert

RGB 253 241 238 -
CMYK 0 0.05 0.06 0.01
HSL 12º 0.79% 0.96% -
HSV(B) 12º 0.06% 0.99% -
XYZ 87.4 89.97 93.65 -
YUV 244.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 253 241 238 0 0.05 0.06 0.01 12 0.79 0.96
Hex FD F1 EE 0 5 6 1 C 4F 60
Octal 375 361 356 0 5 6 1 14 117 140
Binary 11111101 11110001 11101110 0 101 110 1 1100 1001111 1100000

Color Harmonies of #FDF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1EE

Black with #FDF1EE

Text Example


Text Example

White with #FDF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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