Html Css Color HEX #F2C9CB Azalea

📋 copy color: '#F2C9CB'

red 242 ◦ green 201 ◦ blue 203

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

Shades of Azalea #F2C9CB

Tints of Azalea #F2C9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.11%

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

R = 37.46%
G = 31.11%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2C9CB (or 0xF2C9CB) is known color: Azalea. HEX triplet: F2, C9 and CB. RGB value is (242,201,203). Sum of RGB (Red+Green+Blue) = 242+201+203=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9CB is #0D3634. Grayscale: #D5D5D5. Windows color (decimal): -865845 or 13355506. OLE color: 13355506.

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

Color convert

RGB 242 201 203 -
CMYK 0 0.17 0.16 0.05
HSL 357.07º 0.61% 0.87% -
HSV(B) 357.07º 0.17% 0.95% -
XYZ 68.28 64.96 65.44 -
YUV 213.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 242 201 203 0 0.17 0.16 0.05 357.07 0.61 0.87
Hex F2 C9 CB 0 11 10 5 165 3D 57
Octal 362 311 313 0 21 20 5 545 75 127
Binary 11110010 11001001 11001011 0 10001 10000 101 101100101 111101 1010111

Color Harmonies of #F2C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C9CB

Black with #F2C9CB

Text Example


Text Example

White with #F2C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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