Html Css Color HEX #FDF1EA Rose White

📋 copy color: '#FDF1EA'

red 253 ◦ green 241 ◦ blue 234

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

Shades of Rose White #FDF1EA

Tints of Rose White #FDF1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 32.14%

R = 34.75%
G = 33.1%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDF1EA (or 0xFDF1EA) is known color: Rose White. HEX triplet: FD, F1 and EA. RGB value is (253,241,234). Sum of RGB (Red+Green+Blue) = 253+241+234=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1EA is #020E15. Grayscale: #F3F3F3. Windows color (decimal): -134678 or 15397373. OLE color: 15397373.

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

Color convert

RGB 253 241 234 -
CMYK 0 0.05 0.08 0.01
HSL 22.11º 0.83% 0.95% -
HSV(B) 22.11º 0.08% 0.99% -
XYZ 86.81 89.73 90.59 -
YUV 243.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 253 241 234 0 0.05 0.08 0.01 22.11 0.83 0.95
Hex FD F1 EA 0 5 8 1 16 53 5F
Octal 375 361 352 0 5 10 1 26 123 137
Binary 11111101 11110001 11101010 0 101 1000 1 10110 1010011 1011111

Color Harmonies of #FDF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1EA

Black with #FDF1EA

Text Example


Text Example

White with #FDF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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