Html Css Color HEX #F1D1E5 Classic Rose

📋 copy color: '#F1D1E5'

red 241 ◦ green 209 ◦ blue 229

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

Shades of Classic Rose #F1D1E5

Tints of Classic Rose #F1D1E5

RGB

 RED value IS 241 (94.53% from 255) = 35.49%

 GREEN value IS 209 (82.03% from 255) = 30.78%

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 35.49%
G = 30.78%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D1E5 (or 0xF1D1E5) is known color: Classic Rose. HEX triplet: F1, D1 and E5. RGB value is (241,209,229). Sum of RGB (Red+Green+Blue) = 241+209+229=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1E5 is #0E2E1A. Grayscale: #DCDCDC. Windows color (decimal): -929307 or 15061489. OLE color: 15061489.

HSL color Cylindrical-coordinate representation of color #F1D1E5: hue angle of 322.5º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D1E5 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 209 229 -
CMYK 0 0.13 0.05 0.05
HSL 322.5º 0.53% 0.88% -
HSV(B) 322.5º 0.13% 0.95% -
XYZ 73.22 69.96 83.77 -
YUV 220.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 241 209 229 0 0.13 0.05 0.05 322.5 0.53 0.88
Hex F1 D1 E5 0 D 5 5 142 35 58
Octal 361 321 345 0 15 5 5 502 65 130
Binary 11110001 11010001 11100101 0 1101 101 101 101000010 110101 1011000

Color Harmonies of #F1D1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D1E5

Black with #F1D1E5

Text Example


Text Example

White with #F1D1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D1E5; }

 p { color: rgb(241,209,229); }

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

background-color css

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

 a { background-color: rgb(241,209,229); }

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

border-color css

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

 span { border-color: rgb(241,209,229); }

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