Html Css Color HEX #F1CCDC Classic Rose

📋 copy color: '#F1CCDC'

red 241 ◦ green 204 ◦ blue 220

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

Shades of Classic Rose #F1CCDC

Tints of Classic Rose #F1CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 36.24%
G = 30.68%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1CCDC (or 0xF1CCDC) is known color: Classic Rose. HEX triplet: F1, CC and DC. RGB value is (241,204,220). Sum of RGB (Red+Green+Blue) = 241+204+220=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCDC is #0E3323. Grayscale: #D8D8D8. Windows color (decimal): -930596 or 14470385. OLE color: 14470385.

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

Color convert

RGB 241 204 220 -
CMYK 0 0.15 0.09 0.05
HSL 334.05º 0.57% 0.87% -
HSV(B) 334.05º 0.15% 0.95% -
XYZ 70.79 67.05 76.92 -
YUV 216.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 241 204 220 0 0.15 0.09 0.05 334.05 0.57 0.87
Hex F1 CC DC 0 F 9 5 14E 39 57
Octal 361 314 334 0 17 11 5 516 71 127
Binary 11110001 11001100 11011100 0 1111 1001 101 101001110 111001 1010111

Color Harmonies of #F1CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CCDC

Black with #F1CCDC

Text Example


Text Example

White with #F1CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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