Html Css Color HEX #F1CCDD Classic Rose

📋 copy color: '#F1CCDD'

red 241 ◦ green 204 ◦ blue 221

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

Shades of Classic Rose #F1CCDD

Tints of Classic Rose #F1CCDD

RGB

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

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

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

R = 36.19%
G = 30.63%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1CCDD (or 0xF1CCDD) is known color: Classic Rose. HEX triplet: F1, CC and DD. RGB value is (241,204,221). Sum of RGB (Red+Green+Blue) = 241+204+221=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCDD is #0E3322. Grayscale: #D8D8D8. Windows color (decimal): -930595 or 14535921. OLE color: 14535921.

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

Color convert

RGB 241 204 221 -
CMYK 0 0.15 0.08 0.05
HSL 332.43º 0.57% 0.87% -
HSV(B) 332.43º 0.15% 0.95% -
XYZ 70.92 67.11 77.62 -
YUV 217 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 241 204 221 0 0.15 0.08 0.05 332.43 0.57 0.87
Hex F1 CC DD 0 F 8 5 14C 39 57
Octal 361 314 335 0 17 10 5 514 71 127
Binary 11110001 11001100 11011101 0 1111 1000 101 101001100 111001 1010111

Color Harmonies of #F1CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCDD

Black with #F1CCDD

Text Example


Text Example

White with #F1CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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