Html Css Color HEX #F2C0DA Classic Rose

📋 copy color: '#F2C0DA'

red 242 ◦ green 192 ◦ blue 218

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

Shades of Classic Rose #F2C0DA

Tints of Classic Rose #F2C0DA

RGB

 RED value IS 242 (94.92% from 255) = 37.12%

 GREEN value IS 192 (75.39% from 255) = 29.45%

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

R = 37.12%
G = 29.45%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2C0DA (or 0xF2C0DA) is known color: Classic Rose. HEX triplet: F2, C0 and DA. RGB value is (242,192,218). Sum of RGB (Red+Green+Blue) = 242+192+218=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0DA is #0D3F25. Grayscale: #D1D1D1. Windows color (decimal): -868134 or 14336242. OLE color: 14336242.

HSL color Cylindrical-coordinate representation of color #F2C0DA: hue angle of 328.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0DA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 218 -
CMYK 0 0.21 0.10 0.05
HSL 328.8º 0.66% 0.85% -
HSV(B) 328.8º 0.21% 0.95% -
XYZ 68.12 61.64 74.64 -
YUV 209.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 242 192 218 0 0.21 0.10 0.05 328.8 0.66 0.85
Hex F2 C0 DA 0 15 A 5 149 42 55
Octal 362 300 332 0 25 12 5 511 102 125
Binary 11110010 11000000 11011010 0 10101 1010 101 101001001 1000010 1010101

Color Harmonies of #F2C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C0DA

Black with #F2C0DA

Text Example


Text Example

White with #F2C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C0DA; }

 p { color: rgb(242,192,218); }

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

background-color css

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

 a { background-color: rgb(242,192,218); }

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

border-color css

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

 span { border-color: rgb(242,192,218); }

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