Html Css Color HEX #F0CACD Azalea

📋 copy color: '#F0CACD'

red 240 ◦ green 202 ◦ blue 205

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

Shades of Azalea #F0CACD

Tints of Azalea #F0CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.22%

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

R = 37.09%
G = 31.22%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CACD (or 0xF0CACD) is known color: Azalea. HEX triplet: F0, CA and CD. RGB value is (240,202,205). Sum of RGB (Red+Green+Blue) = 240+202+205=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACD is #0F3532. Grayscale: #D5D5D5. Windows color (decimal): -996659 or 13486832. OLE color: 13486832.

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

Color convert

RGB 240 202 205 -
CMYK 0 0.16 0.15 0.06
HSL 355.26º 0.56% 0.87% -
HSV(B) 355.26º 0.16% 0.94% -
XYZ 68.08 65.17 66.75 -
YUV 213.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 240 202 205 0 0.16 0.15 0.06 355.26 0.56 0.87
Hex F0 CA CD 0 10 F 6 163 38 57
Octal 360 312 315 0 20 17 6 543 70 127
Binary 11110000 11001010 11001101 0 10000 1111 110 101100011 111000 1010111

Color Harmonies of #F0CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CACD

Black with #F0CACD

Text Example


Text Example

White with #F0CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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