Html Css Color HEX #F1D8E9 Classic Rose

📋 copy color: '#F1D8E9'

red 241 ◦ green 216 ◦ blue 233

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

Shades of Classic Rose #F1D8E9

Tints of Classic Rose #F1D8E9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.3%

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

R = 34.93%
G = 31.3%
B = 33.77%

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

#F1D8E9 (or 0xF1D8E9) is known color: Classic Rose. HEX triplet: F1, D8 and E9. RGB value is (241,216,233). Sum of RGB (Red+Green+Blue) = 241+216+233=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 216 (84.77% from 255 or 31.30% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8E9 is #0E2716. Grayscale: #E1E1E1. Windows color (decimal): -927511 or 15325425. OLE color: 15325425.

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

Color convert

RGB 241 216 233 -
CMYK 0 0.10 0.03 0.05
HSL 319.2º 0.47% 0.9% -
HSV(B) 319.2º 0.1% 0.95% -
XYZ 75.54 73.7 87.33 -
YUV 225.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 241 216 233 0 0.10 0.03 0.05 319.2 0.47 0.9
Hex F1 D8 E9 0 A 3 5 13F 2F 5A
Octal 361 330 351 0 12 3 5 477 57 132
Binary 11110001 11011000 11101001 0 1010 11 101 100111111 101111 1011010

Color Harmonies of #F1D8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D8E9

Black with #F1D8E9

Text Example


Text Example

White with #F1D8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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