Html Css Color HEX #F0C1D2 Classic Rose

📋 copy color: '#F0C1D2'

red 240 ◦ green 193 ◦ blue 210

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

Shades of Classic Rose #F0C1D2

Tints of Classic Rose #F0C1D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 37.33%
G = 30.02%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0C1D2 (or 0xF0C1D2) is known color: Classic Rose. HEX triplet: F0, C1 and D2. RGB value is (240,193,210). Sum of RGB (Red+Green+Blue) = 240+193+210=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1D2 is #0F3E2D. Grayscale: #D0D0D0. Windows color (decimal): -998958 or 13812208. OLE color: 13812208.

HSL color Cylindrical-coordinate representation of color #F0C1D2: hue angle of 338.3º 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 #F0C1D2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 210 -
CMYK 0 0.20 0.12 0.06
HSL 338.3º 0.61% 0.85% -
HSV(B) 338.3º 0.2% 0.94% -
XYZ 66.64 61.32 69.3 -
YUV 208.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 240 193 210 0 0.20 0.12 0.06 338.3 0.61 0.85
Hex F0 C1 D2 0 14 C 6 152 3D 55
Octal 360 301 322 0 24 14 6 522 75 125
Binary 11110000 11000001 11010010 0 10100 1100 110 101010010 111101 1010101

Color Harmonies of #F0C1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1D2

Black with #F0C1D2

Text Example


Text Example

White with #F0C1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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