Html Css Color HEX #F1D9E8 Classic Rose

📋 copy color: '#F1D9E8'

red 241 ◦ green 217 ◦ blue 232

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

Shades of Classic Rose #F1D9E8

Tints of Classic Rose #F1D9E8

RGB

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

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

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

R = 34.93%
G = 31.45%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1D9E8 (or 0xF1D9E8) is known color: Classic Rose. HEX triplet: F1, D9 and E8. RGB value is (241,217,232). Sum of RGB (Red+Green+Blue) = 241+217+232=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9E8 is #0E2617. Grayscale: #E1E1E1. Windows color (decimal): -927256 or 15260145. OLE color: 15260145.

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

Color convert

RGB 241 217 232 -
CMYK 0 0.10 0.04 0.05
HSL 322.5º 0.46% 0.9% -
HSV(B) 322.5º 0.1% 0.95% -
XYZ 75.65 74.15 86.67 -
YUV 225.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 241 217 232 0 0.10 0.04 0.05 322.5 0.46 0.9
Hex F1 D9 E8 0 A 4 5 142 2E 5A
Octal 361 331 350 0 12 4 5 502 56 132
Binary 11110001 11011001 11101000 0 1010 100 101 101000010 101110 1011010

Color Harmonies of #F1D9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D9E8

Black with #F1D9E8

Text Example


Text Example

White with #F1D9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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