Html Css Color HEX #F2C6DA Classic Rose

📋 copy color: '#F2C6DA'

red 242 ◦ green 198 ◦ blue 218

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

Shades of Classic Rose #F2C6DA

Tints of Classic Rose #F2C6DA

RGB

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

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

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

R = 36.78%
G = 30.09%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2C6DA (or 0xF2C6DA) is known color: Classic Rose. HEX triplet: F2, C6 and DA. RGB value is (242,198,218). Sum of RGB (Red+Green+Blue) = 242+198+218=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6DA is #0D3925. Grayscale: #D5D5D5. Windows color (decimal): -866598 or 14337778. OLE color: 14337778.

HSL color Cylindrical-coordinate representation of color #F2C6DA: hue angle of 332.73º degrees, saturation: 0.63, 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 #F2C6DA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 198 218 -
CMYK 0 0.18 0.10 0.05
HSL 332.73º 0.63% 0.86% -
HSV(B) 332.73º 0.18% 0.95% -
XYZ 69.47 64.33 75.08 -
YUV 213.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 242 198 218 0 0.18 0.10 0.05 332.73 0.63 0.86
Hex F2 C6 DA 0 12 A 5 14D 3F 56
Octal 362 306 332 0 22 12 5 515 77 126
Binary 11110010 11000110 11011010 0 10010 1010 101 101001101 111111 1010110

Color Harmonies of #F2C6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C6DA

Black with #F2C6DA

Text Example


Text Example

White with #F2C6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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