Html Css Color HEX #F1C3DC Classic Rose

📋 copy color: '#F1C3DC'

red 241 ◦ green 195 ◦ blue 220

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

Shades of Classic Rose #F1C3DC

Tints of Classic Rose #F1C3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.73%

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

R = 36.74%
G = 29.73%
B = 33.54%

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

#F1C3DC (or 0xF1C3DC) is known color: Classic Rose. HEX triplet: F1, C3 and DC. RGB value is (241,195,220). Sum of RGB (Red+Green+Blue) = 241+195+220=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DC is #0E3C23. Grayscale: #D3D3D3. Windows color (decimal): -932900 or 14468081. OLE color: 14468081.

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

Color convert

RGB 241 195 220 -
CMYK 0 0.19 0.09 0.05
HSL 327.39º 0.62% 0.85% -
HSV(B) 327.39º 0.19% 0.95% -
XYZ 68.71 62.9 76.23 -
YUV 211.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 241 195 220 0 0.19 0.09 0.05 327.39 0.62 0.85
Hex F1 C3 DC 0 13 9 5 147 3E 55
Octal 361 303 334 0 23 11 5 507 76 125
Binary 11110001 11000011 11011100 0 10011 1001 101 101000111 111110 1010101

Color Harmonies of #F1C3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3DC

Black with #F1C3DC

Text Example


Text Example

White with #F1C3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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