Html Css Color HEX #F2CACB Azalea

📋 copy color: '#F2CACB'

red 242 ◦ green 202 ◦ blue 203

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

Shades of Azalea #F2CACB

Tints of Azalea #F2CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.22%

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

R = 37.4%
G = 31.22%
B = 31.38%

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

#F2CACB (or 0xF2CACB) is known color: Azalea. HEX triplet: F2, CA and CB. RGB value is (242,202,203). Sum of RGB (Red+Green+Blue) = 242+202+203=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CACB is #0D3534. Grayscale: #D6D6D6. Windows color (decimal): -865589 or 13355762. OLE color: 13355762.

HSL color Cylindrical-coordinate representation of color #F2CACB: hue angle of 358.5º 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 #F2CACB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 203 -
CMYK 0 0.17 0.16 0.05
HSL 358.5º 0.61% 0.87% -
HSV(B) 358.5º 0.17% 0.95% -
XYZ 68.52 65.43 65.52 -
YUV 214.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 242 202 203 0 0.17 0.16 0.05 358.5 0.61 0.87
Hex F2 CA CB 0 11 10 5 166 3D 57
Octal 362 312 313 0 21 20 5 546 75 127
Binary 11110010 11001010 11001011 0 10001 10000 101 101100110 111101 1010111

Color Harmonies of #F2CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CACB

Black with #F2CACB

Text Example


Text Example

White with #F2CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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