Html Css Color HEX #F1D7E9 Classic Rose

📋 copy color: '#F1D7E9'

red 241 ◦ green 215 ◦ blue 233

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

Shades of Classic Rose #F1D7E9

Tints of Classic Rose #F1D7E9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.2%

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

R = 34.98%
G = 31.2%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1D7E9 (or 0xF1D7E9) is known color: Classic Rose. HEX triplet: F1, D7 and E9. RGB value is (241,215,233). Sum of RGB (Red+Green+Blue) = 241+215+233=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7E9 is #0E2816. Grayscale: #E0E0E0. Windows color (decimal): -927767 or 15325169. OLE color: 15325169.

HSL color Cylindrical-coordinate representation of color #F1D7E9: hue angle of 318.46º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D7E9 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 233 -
CMYK 0 0.11 0.03 0.05
HSL 318.46º 0.48% 0.89% -
HSV(B) 318.46º 0.11% 0.95% -
XYZ 75.28 73.18 87.25 -
YUV 224.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 241 215 233 0 0.11 0.03 0.05 318.46 0.48 0.89
Hex F1 D7 E9 0 B 3 5 13E 30 59
Octal 361 327 351 0 13 3 5 476 60 131
Binary 11110001 11010111 11101001 0 1011 11 101 100111110 110000 1011001

Color Harmonies of #F1D7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7E9

Black with #F1D7E9

Text Example


Text Example

White with #F1D7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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