Html Css Color HEX #F1D9E9 Classic Rose

📋 copy color: '#F1D9E9'

red 241 ◦ green 217 ◦ blue 233

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

Shades of Classic Rose #F1D9E9

Tints of Classic Rose #F1D9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

 BLUE value IS 233 (91.41% from 255) = 33.72%

R = 34.88%
G = 31.4%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D9E9 (or 0xF1D9E9) is known color: Classic Rose. HEX triplet: F1, D9 and E9. RGB value is (241,217,233). Sum of RGB (Red+Green+Blue) = 241+217+233=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9E9 is #0E2616. Grayscale: #E1E1E1. Windows color (decimal): -927255 or 15325681. OLE color: 15325681.

HSL color Cylindrical-coordinate representation of color #F1D9E9: hue angle of 320º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D9E9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 217 233 -
CMYK 0 0.10 0.03 0.05
HSL 320º 0.46% 0.9% -
HSV(B) 320º 0.1% 0.95% -
XYZ 75.8 74.21 87.42 -
YUV 226 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 241 217 233 0 0.10 0.03 0.05 320 0.46 0.9
Hex F1 D9 E9 0 A 3 5 140 2E 5A
Octal 361 331 351 0 12 3 5 500 56 132
Binary 11110001 11011001 11101001 0 1010 11 101 101000000 101110 1011010

Color Harmonies of #F1D9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9E9

Black with #F1D9E9

Text Example


Text Example

White with #F1D9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9E9; }

 p { color: rgb(241,217,233); }

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

background-color css

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

 a { background-color: rgb(241,217,233); }

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

border-color css

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

 span { border-color: rgb(241,217,233); }

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