Html Css Color HEX #F0CCCD Azalea

📋 copy color: '#F0CCCD'

red 240 ◦ green 204 ◦ blue 205

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

Shades of Azalea #F0CCCD

Tints of Azalea #F0CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.43%

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

R = 36.98%
G = 31.43%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0CCCD (or 0xF0CCCD) is known color: Azalea. HEX triplet: F0, CC and CD. RGB value is (240,204,205). Sum of RGB (Red+Green+Blue) = 240+204+205=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCD is #0F3332. Grayscale: #D6D6D6. Windows color (decimal): -996147 or 13487344. OLE color: 13487344.

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

Color convert

RGB 240 204 205 -
CMYK 0 0.15 0.15 0.06
HSL 358.33º 0.55% 0.87% -
HSV(B) 358.33º 0.15% 0.94% -
XYZ 68.55 66.12 66.91 -
YUV 214.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 240 204 205 0 0.15 0.15 0.06 358.33 0.55 0.87
Hex F0 CC CD 0 F F 6 166 37 57
Octal 360 314 315 0 17 17 6 546 67 127
Binary 11110000 11001100 11001101 0 1111 1111 110 101100110 110111 1010111

Color Harmonies of #F0CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CCCD

Black with #F0CCCD

Text Example


Text Example

White with #F0CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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