Html Css Color HEX #F2C4CB Azalea

📋 copy color: '#F2C4CB'

red 242 ◦ green 196 ◦ blue 203

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

Shades of Azalea #F2C4CB

Tints of Azalea #F2C4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.58%

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

R = 37.75%
G = 30.58%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2C4CB (or 0xF2C4CB) is known color: Azalea. HEX triplet: F2, C4 and CB. RGB value is (242,196,203). Sum of RGB (Red+Green+Blue) = 242+196+203=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4CB is #0D3B34. Grayscale: #D2D2D2. Windows color (decimal): -867125 or 13354226. OLE color: 13354226.

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

Color convert

RGB 242 196 203 -
CMYK 0 0.19 0.16 0.05
HSL 350.87º 0.64% 0.86% -
HSV(B) 350.87º 0.19% 0.95% -
XYZ 67.14 62.67 65.06 -
YUV 210.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 242 196 203 0 0.19 0.16 0.05 350.87 0.64 0.86
Hex F2 C4 CB 0 13 10 5 15F 40 56
Octal 362 304 313 0 23 20 5 537 100 126
Binary 11110010 11000100 11001011 0 10011 10000 101 101011111 1000000 1010110

Color Harmonies of #F2C4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4CB

Black with #F2C4CB

Text Example


Text Example

White with #F2C4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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