Html Css Color HEX #F2CCCD Azalea

📋 copy color: '#F2CCCD'

red 242 ◦ green 204 ◦ blue 205

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

Shades of Azalea #F2CCCD

Tints of Azalea #F2CCCD

RGB

 RED value IS 242 (94.92% from 255) = 37.17%

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

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

R = 37.17%
G = 31.34%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2CCCD (or 0xF2CCCD) is known color: Azalea. HEX triplet: F2, CC and CD. RGB value is (242,204,205). Sum of RGB (Red+Green+Blue) = 242+204+205=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCD is #0D3332. Grayscale: #D7D7D7. Windows color (decimal): -865075 or 13487346. OLE color: 13487346.

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

Color convert

RGB 242 204 205 -
CMYK 0 0.16 0.15 0.05
HSL 358.42º 0.59% 0.87% -
HSV(B) 358.42º 0.16% 0.95% -
XYZ 69.23 66.47 66.94 -
YUV 215.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 242 204 205 0 0.16 0.15 0.05 358.42 0.59 0.87
Hex F2 CC CD 0 10 F 5 166 3B 57
Octal 362 314 315 0 20 17 5 546 73 127
Binary 11110010 11001100 11001101 0 10000 1111 101 101100110 111011 1010111

Color Harmonies of #F2CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCCD

Black with #F2CCCD

Text Example


Text Example

White with #F2CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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