Html Css Color HEX #F0C7CA Azalea

📋 copy color: '#F0C7CA'

red 240 ◦ green 199 ◦ blue 202

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

Shades of Azalea #F0C7CA

Tints of Azalea #F0C7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.51%

R = 37.44%
G = 31.05%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0C7CA (or 0xF0C7CA) is known color: Azalea. HEX triplet: F0, C7 and CA. RGB value is (240,199,202). Sum of RGB (Red+Green+Blue) = 240+199+202=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7CA is #0F3835. Grayscale: #D3D3D3. Windows color (decimal): -997430 or 13289456. OLE color: 13289456.

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

Color convert

RGB 240 199 202 -
CMYK 0 0.17 0.16 0.06
HSL 355.61º 0.58% 0.86% -
HSV(B) 355.61º 0.17% 0.94% -
XYZ 67.02 63.64 64.63 -
YUV 211.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 240 199 202 0 0.17 0.16 0.06 355.61 0.58 0.86
Hex F0 C7 CA 0 11 10 6 164 3A 56
Octal 360 307 312 0 21 20 6 544 72 126
Binary 11110000 11000111 11001010 0 10001 10000 110 101100100 111010 1010110

Color Harmonies of #F0C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C7CA

Black with #F0C7CA

Text Example


Text Example

White with #F0C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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