Html Css Color HEX #F1C7E0 Classic Rose

📋 copy color: '#F1C7E0'

red 241 ◦ green 199 ◦ blue 224

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

Shades of Classic Rose #F1C7E0

Tints of Classic Rose #F1C7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.73%

R = 36.3%
G = 29.97%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1C7E0 (or 0xF1C7E0) is known color: Classic Rose. HEX triplet: F1, C7 and E0. RGB value is (241,199,224). Sum of RGB (Red+Green+Blue) = 241+199+224=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7E0 is #0E381F. Grayscale: #D6D6D6. Windows color (decimal): -931872 or 14731249. OLE color: 14731249.

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

Color convert

RGB 241 199 224 -
CMYK 0 0.17 0.07 0.05
HSL 324.29º 0.6% 0.86% -
HSV(B) 324.29º 0.17% 0.95% -
XYZ 70.15 64.93 79.36 -
YUV 214.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 241 199 224 0 0.17 0.07 0.05 324.29 0.6 0.86
Hex F1 C7 E0 0 11 7 5 144 3C 56
Octal 361 307 340 0 21 7 5 504 74 126
Binary 11110001 11000111 11100000 0 10001 111 101 101000100 111100 1010110

Color Harmonies of #F1C7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7E0

Black with #F1C7E0

Text Example


Text Example

White with #F1C7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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