Html Css Color HEX #F1D7E8 Classic Rose

📋 copy color: '#F1D7E8'

red 241 ◦ green 215 ◦ blue 232

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

Shades of Classic Rose #F1D7E8

Tints of Classic Rose #F1D7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.72%

R = 35.03%
G = 31.25%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1D7E8 (or 0xF1D7E8) is known color: Classic Rose. HEX triplet: F1, D7 and E8. RGB value is (241,215,232). Sum of RGB (Red+Green+Blue) = 241+215+232=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 215 (84.38% from 255 or 31.25% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D7E8 is #0E2817. Grayscale: #E0E0E0. Windows color (decimal): -927768 or 15259633. OLE color: 15259633.

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

Color convert

RGB 241 215 232 -
CMYK 0 0.11 0.04 0.05
HSL 320.77º 0.48% 0.89% -
HSV(B) 320.77º 0.11% 0.95% -
XYZ 75.14 73.13 86.5 -
YUV 224.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 241 215 232 0 0.11 0.04 0.05 320.77 0.48 0.89
Hex F1 D7 E8 0 B 4 5 141 30 59
Octal 361 327 350 0 13 4 5 501 60 131
Binary 11110001 11010111 11101000 0 1011 100 101 101000001 110000 1011001

Color Harmonies of #F1D7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7E8

Black with #F1D7E8

Text Example


Text Example

White with #F1D7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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