Html Css Color HEX #F1C4DC Classic Rose

📋 copy color: '#F1C4DC'

red 241 ◦ green 196 ◦ blue 220

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

Shades of Classic Rose #F1C4DC

Tints of Classic Rose #F1C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.83%

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

R = 36.68%
G = 29.83%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1C4DC (or 0xF1C4DC) is known color: Classic Rose. HEX triplet: F1, C4 and DC. RGB value is (241,196,220). Sum of RGB (Red+Green+Blue) = 241+196+220=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4DC is #0E3B23. Grayscale: #D4D4D4. Windows color (decimal): -932644 or 14468337. OLE color: 14468337.

HSL color Cylindrical-coordinate representation of color #F1C4DC: hue angle of 328º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4DC is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 220 -
CMYK 0 0.19 0.09 0.05
HSL 328º 0.62% 0.86% -
HSV(B) 328º 0.19% 0.95% -
XYZ 68.93 63.35 76.3 -
YUV 212.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 241 196 220 0 0.19 0.09 0.05 328 0.62 0.86
Hex F1 C4 DC 0 13 9 5 148 3E 56
Octal 361 304 334 0 23 11 5 510 76 126
Binary 11110001 11000100 11011100 0 10011 1001 101 101001000 111110 1010110

Color Harmonies of #F1C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4DC

Black with #F1C4DC

Text Example


Text Example

White with #F1C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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