Html Css Color HEX #F0C1DB Classic Rose

📋 copy color: '#F0C1DB'

red 240 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #F0C1DB

Tints of Classic Rose #F0C1DB

RGB

 RED value IS 240 (94.14% from 255) = 36.81%

 GREEN value IS 193 (75.78% from 255) = 29.6%

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

R = 36.81%
G = 29.6%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0C1DB (or 0xF0C1DB) is known color: Classic Rose. HEX triplet: F0, C1 and DB. RGB value is (240,193,219). Sum of RGB (Red+Green+Blue) = 240+193+219=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1DB is #0F3E24. Grayscale: #D1D1D1. Windows color (decimal): -998949 or 14402032. OLE color: 14402032.

HSL color Cylindrical-coordinate representation of color #F0C1DB: hue angle of 326.81º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1DB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 219 -
CMYK 0 0.20 0.09 0.06
HSL 326.81º 0.61% 0.85% -
HSV(B) 326.81º 0.2% 0.94% -
XYZ 67.79 61.78 75.37 -
YUV 210.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 240 193 219 0 0.20 0.09 0.06 326.81 0.61 0.85
Hex F0 C1 DB 0 14 9 6 147 3D 55
Octal 360 301 333 0 24 11 6 507 75 125
Binary 11110000 11000001 11011011 0 10100 1001 110 101000111 111101 1010101

Color Harmonies of #F0C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1DB

Black with #F0C1DB

Text Example


Text Example

White with #F0C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1DB; }

 p { color: rgb(240,193,219); }

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

background-color css

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

 a { background-color: rgb(240,193,219); }

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

border-color css

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

 span { border-color: rgb(240,193,219); }

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