Html Css Color HEX #F1CCD9 Classic Rose

📋 copy color: '#F1CCD9'

red 241 ◦ green 204 ◦ blue 217

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

Shades of Classic Rose #F1CCD9

Tints of Classic Rose #F1CCD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.78%

R = 36.4%
G = 30.82%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1CCD9 (or 0xF1CCD9) is known color: Classic Rose. HEX triplet: F1, CC and D9. RGB value is (241,204,217). Sum of RGB (Red+Green+Blue) = 241+204+217=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD9 is #0E3326. Grayscale: #D8D8D8. Windows color (decimal): -930599 or 14273777. OLE color: 14273777.

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

Color convert

RGB 241 204 217 -
CMYK 0 0.15 0.10 0.05
HSL 338.92º 0.57% 0.87% -
HSV(B) 338.92º 0.15% 0.95% -
XYZ 70.39 66.9 74.85 -
YUV 216.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 241 204 217 0 0.15 0.10 0.05 338.92 0.57 0.87
Hex F1 CC D9 0 F A 5 153 39 57
Octal 361 314 331 0 17 12 5 523 71 127
Binary 11110001 11001100 11011001 0 1111 1010 101 101010011 111001 1010111

Color Harmonies of #F1CCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCD9

Black with #F1CCD9

Text Example


Text Example

White with #F1CCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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