Html Css Color HEX #F1C3DA Classic Rose

📋 copy color: '#F1C3DA'

red 241 ◦ green 195 ◦ blue 218

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

Shades of Classic Rose #F1C3DA

Tints of Classic Rose #F1C3DA

RGB

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

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

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

R = 36.85%
G = 29.82%
B = 33.33%

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

#F1C3DA (or 0xF1C3DA) is known color: Classic Rose. HEX triplet: F1, C3 and DA. RGB value is (241,195,218). Sum of RGB (Red+Green+Blue) = 241+195+218=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3DA is #0E3C25. Grayscale: #D3D3D3. Windows color (decimal): -932902 or 14337009. OLE color: 14337009.

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

Color convert

RGB 241 195 218 -
CMYK 0 0.19 0.10 0.05
HSL 330º 0.62% 0.85% -
HSV(B) 330º 0.19% 0.95% -
XYZ 68.45 62.79 74.84 -
YUV 211.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 241 195 218 0 0.19 0.10 0.05 330 0.62 0.85
Hex F1 C3 DA 0 13 A 5 14A 3E 55
Octal 361 303 332 0 23 12 5 512 76 125
Binary 11110001 11000011 11011010 0 10011 1010 101 101001010 111110 1010101

Color Harmonies of #F1C3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C3DA

Black with #F1C3DA

Text Example


Text Example

White with #F1C3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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