Html Css Color HEX #F1C8DB Classic Rose

📋 copy color: '#F1C8DB'

red 241 ◦ green 200 ◦ blue 219

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

Shades of Classic Rose #F1C8DB

Tints of Classic Rose #F1C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.3%

 BLUE value IS 219 (85.94% from 255) = 33.18%

R = 36.52%
G = 30.3%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1C8DB (or 0xF1C8DB) is known color: Classic Rose. HEX triplet: F1, C8 and DB. RGB value is (241,200,219). Sum of RGB (Red+Green+Blue) = 241+200+219=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8DB is #0E3724. Grayscale: #D6D6D6. Windows color (decimal): -931621 or 14403825. OLE color: 14403825.

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

Color convert

RGB 241 200 219 -
CMYK 0 0.17 0.09 0.05
HSL 332.2º 0.59% 0.86% -
HSV(B) 332.2º 0.17% 0.95% -
XYZ 69.72 65.12 75.91 -
YUV 214.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 241 200 219 0 0.17 0.09 0.05 332.2 0.59 0.86
Hex F1 C8 DB 0 11 9 5 14C 3B 56
Octal 361 310 333 0 21 11 5 514 73 126
Binary 11110001 11001000 11011011 0 10001 1001 101 101001100 111011 1010110

Color Harmonies of #F1C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8DB

Black with #F1C8DB

Text Example


Text Example

White with #F1C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8DB; }

 p { color: rgb(241,200,219); }

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

background-color css

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

 a { background-color: rgb(241,200,219); }

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

border-color css

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

 span { border-color: rgb(241,200,219); }

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