Html Css Color HEX #F1C7D6 Classic Rose

📋 copy color: '#F1C7D6'

red 241 ◦ green 199 ◦ blue 214

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

Shades of Classic Rose #F1C7D6

Tints of Classic Rose #F1C7D6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.43%

 BLUE value IS 214 (83.98% from 255) = 32.72%

R = 36.85%
G = 30.43%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1C7D6 (or 0xF1C7D6) is known color: Classic Rose. HEX triplet: F1, C7 and D6. RGB value is (241,199,214). Sum of RGB (Red+Green+Blue) = 241+199+214=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7D6 is #0E3829. Grayscale: #D5D5D5. Windows color (decimal): -931882 or 14075889. OLE color: 14075889.

HSL color Cylindrical-coordinate representation of color #F1C7D6: hue angle of 338.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7D6 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 214 -
CMYK 0 0.17 0.11 0.05
HSL 338.57º 0.6% 0.86% -
HSV(B) 338.57º 0.17% 0.95% -
XYZ 68.84 64.4 72.42 -
YUV 213.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 241 199 214 0 0.17 0.11 0.05 338.57 0.6 0.86
Hex F1 C7 D6 0 11 B 5 153 3C 56
Octal 361 307 326 0 21 13 5 523 74 126
Binary 11110001 11000111 11010110 0 10001 1011 101 101010011 111100 1010110

Color Harmonies of #F1C7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7D6

Black with #F1C7D6

Text Example


Text Example

White with #F1C7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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