Html Css Color HEX #F2C7CB Azalea

📋 copy color: '#F2C7CB'

red 242 ◦ green 199 ◦ blue 203

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

Shades of Azalea #F2C7CB

Tints of Azalea #F2C7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.9%

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

R = 37.58%
G = 30.9%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2C7CB (or 0xF2C7CB) is known color: Azalea. HEX triplet: F2, C7 and CB. RGB value is (242,199,203). Sum of RGB (Red+Green+Blue) = 242+199+203=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7CB is #0D3834. Grayscale: #D4D4D4. Windows color (decimal): -866357 or 13354994. OLE color: 13354994.

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

Color convert

RGB 242 199 203 -
CMYK 0 0.18 0.16 0.05
HSL 354.42º 0.62% 0.86% -
HSV(B) 354.42º 0.18% 0.95% -
XYZ 67.82 64.04 65.29 -
YUV 212.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 242 199 203 0 0.18 0.16 0.05 354.42 0.62 0.86
Hex F2 C7 CB 0 12 10 5 162 3E 56
Octal 362 307 313 0 22 20 5 542 76 126
Binary 11110010 11000111 11001011 0 10010 10000 101 101100010 111110 1010110

Color Harmonies of #F2C7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C7CB

Black with #F2C7CB

Text Example


Text Example

White with #F2C7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C7CB; }

 p { color: rgb(242,199,203); }

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

background-color css

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

 a { background-color: rgb(242,199,203); }

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

border-color css

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

 span { border-color: rgb(242,199,203); }

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