Html Css Color HEX #F0C6CC Azalea

📋 copy color: '#F0C6CC'

red 240 ◦ green 198 ◦ blue 204

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

Shades of Azalea #F0C6CC

Tints of Azalea #F0C6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 37.38%
G = 30.84%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0C6CC (or 0xF0C6CC) is known color: Azalea. HEX triplet: F0, C6 and CC. RGB value is (240,198,204). Sum of RGB (Red+Green+Blue) = 240+198+204=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6CC is #0F3933. Grayscale: #D3D3D3. Windows color (decimal): -997684 or 13420272. OLE color: 13420272.

HSL color Cylindrical-coordinate representation of color #F0C6CC: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6CC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 204 -
CMYK 0 0.18 0.15 0.06
HSL 351.43º 0.58% 0.86% -
HSV(B) 351.43º 0.18% 0.94% -
XYZ 67.03 63.27 65.81 -
YUV 211.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 240 198 204 0 0.18 0.15 0.06 351.43 0.58 0.86
Hex F0 C6 CC 0 12 F 6 15F 3A 56
Octal 360 306 314 0 22 17 6 537 72 126
Binary 11110000 11000110 11001100 0 10010 1111 110 101011111 111010 1010110

Color Harmonies of #F0C6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6CC

Black with #F0C6CC

Text Example


Text Example

White with #F0C6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6CC; }

 p { color: rgb(240,198,204); }

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

background-color css

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

 a { background-color: rgb(240,198,204); }

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

border-color css

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

 span { border-color: rgb(240,198,204); }

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