Html Css Color HEX #F1C4D9 Classic Rose

📋 copy color: '#F1C4D9'

red 241 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #F1C4D9

Tints of Classic Rose #F1C4D9

RGB

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

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

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

R = 36.85%
G = 29.97%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1C4D9 (or 0xF1C4D9) is known color: Classic Rose. HEX triplet: F1, C4 and D9. RGB value is (241,196,217). Sum of RGB (Red+Green+Blue) = 241+196+217=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4D9 is #0E3B26. Grayscale: #D3D3D3. Windows color (decimal): -932647 or 14271729. OLE color: 14271729.

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

Color convert

RGB 241 196 217 -
CMYK 0 0.19 0.10 0.05
HSL 332º 0.62% 0.86% -
HSV(B) 332º 0.19% 0.95% -
XYZ 68.54 63.19 74.23 -
YUV 211.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 241 196 217 0 0.19 0.10 0.05 332 0.62 0.86
Hex F1 C4 D9 0 13 A 5 14C 3E 56
Octal 361 304 331 0 23 12 5 514 76 126
Binary 11110001 11000100 11011001 0 10011 1010 101 101001100 111110 1010110

Color Harmonies of #F1C4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4D9

Black with #F1C4D9

Text Example


Text Example

White with #F1C4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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