Html Css Color HEX #F1C7DD Classic Rose

📋 copy color: '#F1C7DD'

red 241 ◦ green 199 ◦ blue 221

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

Shades of Classic Rose #F1C7DD

Tints of Classic Rose #F1C7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 36.46%
G = 30.11%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1C7DD (or 0xF1C7DD) is known color: Classic Rose. HEX triplet: F1, C7 and DD. RGB value is (241,199,221). Sum of RGB (Red+Green+Blue) = 241+199+221=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7DD is #0E3822. Grayscale: #D6D6D6. Windows color (decimal): -931875 or 14534641. OLE color: 14534641.

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

Color convert

RGB 241 199 221 -
CMYK 0 0.17 0.08 0.05
HSL 328.57º 0.6% 0.86% -
HSV(B) 328.57º 0.17% 0.95% -
XYZ 69.75 64.77 77.23 -
YUV 214.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 241 199 221 0 0.17 0.08 0.05 328.57 0.6 0.86
Hex F1 C7 DD 0 11 8 5 149 3C 56
Octal 361 307 335 0 21 10 5 511 74 126
Binary 11110001 11000111 11011101 0 10001 1000 101 101001001 111100 1010110

Color Harmonies of #F1C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7DD

Black with #F1C7DD

Text Example


Text Example

White with #F1C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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