Html Css Color HEX #F0C5CB Azalea

📋 copy color: '#F0C5CB'

red 240 ◦ green 197 ◦ blue 203

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

Shades of Azalea #F0C5CB

Tints of Azalea #F0C5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 37.5%
G = 30.78%
B = 31.72%

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

#F0C5CB (or 0xF0C5CB) is known color: Azalea. HEX triplet: F0, C5 and CB. RGB value is (240,197,203). Sum of RGB (Red+Green+Blue) = 240+197+203=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C5CB is #0F3A34. Grayscale: #D2D2D2. Windows color (decimal): -997941 or 13354480. OLE color: 13354480.

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

Color convert

RGB 240 197 203 -
CMYK 0 0.18 0.15 0.06
HSL 351.63º 0.59% 0.86% -
HSV(B) 351.63º 0.18% 0.94% -
XYZ 66.68 62.77 65.1 -
YUV 210.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 240 197 203 0 0.18 0.15 0.06 351.63 0.59 0.86
Hex F0 C5 CB 0 12 F 6 160 3B 56
Octal 360 305 313 0 22 17 6 540 73 126
Binary 11110000 11000101 11001011 0 10010 1111 110 101100000 111011 1010110

Color Harmonies of #F0C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C5CB

Black with #F0C5CB

Text Example


Text Example

White with #F0C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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