Html Css Color HEX #F1D7E6 Classic Rose

📋 copy color: '#F1D7E6'

red 241 ◦ green 215 ◦ blue 230

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

Shades of Classic Rose #F1D7E6

Tints of Classic Rose #F1D7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 33.53%

R = 35.13%
G = 31.34%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1D7E6 (or 0xF1D7E6) is known color: Classic Rose. HEX triplet: F1, D7 and E6. RGB value is (241,215,230). Sum of RGB (Red+Green+Blue) = 241+215+230=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7E6 is #0E2819. Grayscale: #E0E0E0. Windows color (decimal): -927770 or 15128561. OLE color: 15128561.

HSL color Cylindrical-coordinate representation of color #F1D7E6: hue angle of 325.38º 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 #F1D7E6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 230 -
CMYK 0 0.11 0.05 0.05
HSL 325.38º 0.48% 0.89% -
HSV(B) 325.38º 0.11% 0.95% -
XYZ 74.86 73.01 85.01 -
YUV 224.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 241 215 230 0 0.11 0.05 0.05 325.38 0.48 0.89
Hex F1 D7 E6 0 B 5 5 145 30 59
Octal 361 327 346 0 13 5 5 505 60 131
Binary 11110001 11010111 11100110 0 1011 101 101 101000101 110000 1011001

Color Harmonies of #F1D7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7E6

Black with #F1D7E6

Text Example


Text Example

White with #F1D7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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