Html Css Color HEX #F0C7CD Azalea

📋 copy color: '#F0C7CD'

red 240 ◦ green 199 ◦ blue 205

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

Shades of Azalea #F0C7CD

Tints of Azalea #F0C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.9%

 BLUE value IS 205 (80.47% from 255) = 31.83%

R = 37.27%
G = 30.9%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0C7CD (or 0xF0C7CD) is known color: Azalea. HEX triplet: F0, C7 and CD. RGB value is (240,199,205). Sum of RGB (Red+Green+Blue) = 240+199+205=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7CD is #0F3832. Grayscale: #D3D3D3. Windows color (decimal): -997427 or 13486064. OLE color: 13486064.

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

Color convert

RGB 240 199 205 -
CMYK 0 0.17 0.15 0.06
HSL 351.22º 0.58% 0.86% -
HSV(B) 351.22º 0.17% 0.94% -
XYZ 67.38 63.78 66.52 -
YUV 211.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 240 199 205 0 0.17 0.15 0.06 351.22 0.58 0.86
Hex F0 C7 CD 0 11 F 6 15F 3A 56
Octal 360 307 315 0 21 17 6 537 72 126
Binary 11110000 11000111 11001101 0 10001 1111 110 101011111 111010 1010110

Color Harmonies of #F0C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7CD

Black with #F0C7CD

Text Example


Text Example

White with #F0C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7CD; }

 p { color: rgb(240,199,205); }

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

background-color css

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

 a { background-color: rgb(240,199,205); }

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

border-color css

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

 span { border-color: rgb(240,199,205); }

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