Html Css Color HEX #F1C7D7 Classic Rose

📋 copy color: '#F1C7D7'

red 241 ◦ green 199 ◦ blue 215

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

Shades of Classic Rose #F1C7D7

Tints of Classic Rose #F1C7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.82%

R = 36.79%
G = 30.38%
B = 32.82%

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

#F1C7D7 (or 0xF1C7D7) is known color: Classic Rose. HEX triplet: F1, C7 and D7. RGB value is (241,199,215). Sum of RGB (Red+Green+Blue) = 241+199+215=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7D7 is #0E3828. Grayscale: #D5D5D5. Windows color (decimal): -931881 or 14141425. OLE color: 14141425.

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

Color convert

RGB 241 199 215 -
CMYK 0 0.17 0.11 0.05
HSL 337.14º 0.6% 0.86% -
HSV(B) 337.14º 0.17% 0.95% -
XYZ 68.96 64.45 73.1 -
YUV 213.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 241 199 215 0 0.17 0.11 0.05 337.14 0.6 0.86
Hex F1 C7 D7 0 11 B 5 151 3C 56
Octal 361 307 327 0 21 13 5 521 74 126
Binary 11110001 11000111 11010111 0 10001 1011 101 101010001 111100 1010110

Color Harmonies of #F1C7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7D7

Black with #F1C7D7

Text Example


Text Example

White with #F1C7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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