Html Css Color HEX #F1C4D8 Classic Rose

📋 copy color: '#F1C4D8'

red 241 ◦ green 196 ◦ blue 216

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

Shades of Classic Rose #F1C4D8

Tints of Classic Rose #F1C4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.08%

R = 36.91%
G = 30.02%
B = 33.08%

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

#F1C4D8 (or 0xF1C4D8) is known color: Classic Rose. HEX triplet: F1, C4 and D8. RGB value is (241,196,216). Sum of RGB (Red+Green+Blue) = 241+196+216=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4D8 is #0E3B27. Grayscale: #D3D3D3. Windows color (decimal): -932648 or 14206193. OLE color: 14206193.

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

Color convert

RGB 241 196 216 -
CMYK 0 0.19 0.10 0.05
HSL 333.33º 0.62% 0.86% -
HSV(B) 333.33º 0.19% 0.95% -
XYZ 68.41 63.14 73.55 -
YUV 211.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 241 196 216 0 0.19 0.10 0.05 333.33 0.62 0.86
Hex F1 C4 D8 0 13 A 5 14D 3E 56
Octal 361 304 330 0 23 12 5 515 76 126
Binary 11110001 11000100 11011000 0 10011 1010 101 101001101 111110 1010110

Color Harmonies of #F1C4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4D8

Black with #F1C4D8

Text Example


Text Example

White with #F1C4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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