Html Css Color HEX #F1C4DA Classic Rose

📋 copy color: '#F1C4DA'

red 241 ◦ green 196 ◦ blue 218

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

Shades of Classic Rose #F1C4DA

Tints of Classic Rose #F1C4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 36.79%
G = 29.92%
B = 33.28%

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

#F1C4DA (or 0xF1C4DA) is known color: Classic Rose. HEX triplet: F1, C4 and DA. RGB value is (241,196,218). Sum of RGB (Red+Green+Blue) = 241+196+218=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4DA is #0E3B25. Grayscale: #D3D3D3. Windows color (decimal): -932646 or 14337265. OLE color: 14337265.

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

Color convert

RGB 241 196 218 -
CMYK 0 0.19 0.10 0.05
HSL 330.67º 0.62% 0.86% -
HSV(B) 330.67º 0.19% 0.95% -
XYZ 68.67 63.24 74.92 -
YUV 211.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 241 196 218 0 0.19 0.10 0.05 330.67 0.62 0.86
Hex F1 C4 DA 0 13 A 5 14B 3E 56
Octal 361 304 332 0 23 12 5 513 76 126
Binary 11110001 11000100 11011010 0 10011 1010 101 101001011 111110 1010110

Color Harmonies of #F1C4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C4DA

Black with #F1C4DA

Text Example


Text Example

White with #F1C4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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