Html Css Color HEX #F1D6E5 Classic Rose

📋 copy color: '#F1D6E5'

red 241 ◦ green 214 ◦ blue 229

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

Shades of Classic Rose #F1D6E5

Tints of Classic Rose #F1D6E5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.29%

 BLUE value IS 229 (89.84% from 255) = 33.48%

R = 35.23%
G = 31.29%
B = 33.48%

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

#F1D6E5 (or 0xF1D6E5) is known color: Classic Rose. HEX triplet: F1, D6 and E5. RGB value is (241,214,229). Sum of RGB (Red+Green+Blue) = 241+214+229=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6E5 is #0E291A. Grayscale: #DFDFDF. Windows color (decimal): -928027 or 15062769. OLE color: 15062769.

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

Color convert

RGB 241 214 229 -
CMYK 0 0.11 0.05 0.05
HSL 326.67º 0.49% 0.89% -
HSV(B) 326.67º 0.11% 0.95% -
XYZ 74.47 72.45 84.19 -
YUV 223.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 241 214 229 0 0.11 0.05 0.05 326.67 0.49 0.89
Hex F1 D6 E5 0 B 5 5 147 31 59
Octal 361 326 345 0 13 5 5 507 61 131
Binary 11110001 11010110 11100101 0 1011 101 101 101000111 110001 1011001

Color Harmonies of #F1D6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6E5

Black with #F1D6E5

Text Example


Text Example

White with #F1D6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6E5; }

 p { color: rgb(241,214,229); }

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

background-color css

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

 a { background-color: rgb(241,214,229); }

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

border-color css

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

 span { border-color: rgb(241,214,229); }

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