Html Css Color HEX #F0C5C8 Azalea

📋 copy color: '#F0C5C8'

red 240 ◦ green 197 ◦ blue 200

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

Shades of Azalea #F0C5C8

Tints of Azalea #F0C5C8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.93%

 BLUE value IS 200 (78.52% from 255) = 31.4%

R = 37.68%
G = 30.93%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0C5C8 (or 0xF0C5C8) is known color: Azalea. HEX triplet: F0, C5 and C8. RGB value is (240,197,200). Sum of RGB (Red+Green+Blue) = 240+197+200=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5C8 is #0F3A37. Grayscale: #D2D2D2. Windows color (decimal): -997944 or 13157872. OLE color: 13157872.

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

Color convert

RGB 240 197 200 -
CMYK 0 0.18 0.17 0.06
HSL 355.81º 0.59% 0.86% -
HSV(B) 355.81º 0.18% 0.94% -
XYZ 66.33 62.63 63.24 -
YUV 210.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 240 197 200 0 0.18 0.17 0.06 355.81 0.59 0.86
Hex F0 C5 C8 0 12 11 6 164 3B 56
Octal 360 305 310 0 22 21 6 544 73 126
Binary 11110000 11000101 11001000 0 10010 10001 110 101100100 111011 1010110

Color Harmonies of #F0C5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5C8

Black with #F0C5C8

Text Example


Text Example

White with #F0C5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5C8; }

 p { color: rgb(240,197,200); }

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

background-color css

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

 a { background-color: rgb(240,197,200); }

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

border-color css

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

 span { border-color: rgb(240,197,200); }

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