Html Css Color HEX #F1CCE7 Classic Rose

📋 copy color: '#F1CCE7'

red 241 ◦ green 204 ◦ blue 231

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

Shades of Classic Rose #F1CCE7

Tints of Classic Rose #F1CCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.18%

 BLUE value IS 231 (90.63% from 255) = 34.17%

R = 35.65%
G = 30.18%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1CCE7 (or 0xF1CCE7) is known color: Classic Rose. HEX triplet: F1, CC and E7. RGB value is (241,204,231). Sum of RGB (Red+Green+Blue) = 241+204+231=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCE7 is #0E3318. Grayscale: #DADADA. Windows color (decimal): -930585 or 15191281. OLE color: 15191281.

HSL color Cylindrical-coordinate representation of color #F1CCE7: hue angle of 316.22º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CCE7 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 204 231 -
CMYK 0 0.15 0.04 0.05
HSL 316.22º 0.57% 0.87% -
HSV(B) 316.22º 0.15% 0.95% -
XYZ 72.29 67.66 84.85 -
YUV 218.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 241 204 231 0 0.15 0.04 0.05 316.22 0.57 0.87
Hex F1 CC E7 0 F 4 5 13C 39 57
Octal 361 314 347 0 17 4 5 474 71 127
Binary 11110001 11001100 11100111 0 1111 100 101 100111100 111001 1010111

Color Harmonies of #F1CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCE7

Black with #F1CCE7

Text Example


Text Example

White with #F1CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCE7; }

 p { color: rgb(241,204,231); }

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

background-color css

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

 a { background-color: rgb(241,204,231); }

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

border-color css

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

 span { border-color: rgb(241,204,231); }

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