Html Css Color HEX #F1C6DB Classic Rose

📋 copy color: '#F1C6DB'

red 241 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #F1C6DB

Tints of Classic Rose #F1C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.09%

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

R = 36.63%
G = 30.09%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1C6DB (or 0xF1C6DB) is known color: Classic Rose. HEX triplet: F1, C6 and DB. RGB value is (241,198,219). Sum of RGB (Red+Green+Blue) = 241+198+219=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6DB is #0E3924. Grayscale: #D5D5D5. Windows color (decimal): -932133 or 14403313. OLE color: 14403313.

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

Color convert

RGB 241 198 219 -
CMYK 0 0.18 0.09 0.05
HSL 330.7º 0.61% 0.86% -
HSV(B) 330.7º 0.18% 0.95% -
XYZ 69.26 64.2 75.76 -
YUV 213.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 241 198 219 0 0.18 0.09 0.05 330.7 0.61 0.86
Hex F1 C6 DB 0 12 9 5 14B 3D 56
Octal 361 306 333 0 22 11 5 513 75 126
Binary 11110001 11000110 11011011 0 10010 1001 101 101001011 111101 1010110

Color Harmonies of #F1C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C6DB

Black with #F1C6DB

Text Example


Text Example

White with #F1C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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