Html Css Color HEX #F2CACE Azalea

📋 copy color: '#F2CACE'

red 242 ◦ green 202 ◦ blue 206

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

Shades of Azalea #F2CACE

Tints of Azalea #F2CACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 37.23%
G = 31.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2CACE (or 0xF2CACE) is known color: Azalea. HEX triplet: F2, CA and CE. RGB value is (242,202,206). Sum of RGB (Red+Green+Blue) = 242+202+206=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CACE is #0D3531. Grayscale: #D6D6D6. Windows color (decimal): -865586 or 13552370. OLE color: 13552370.

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

Color convert

RGB 242 202 206 -
CMYK 0 0.17 0.15 0.05
HSL 354º 0.61% 0.87% -
HSV(B) 354º 0.17% 0.95% -
XYZ 68.88 65.57 67.42 -
YUV 214.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 242 202 206 0 0.17 0.15 0.05 354 0.61 0.87
Hex F2 CA CE 0 11 F 5 162 3D 57
Octal 362 312 316 0 21 17 5 542 75 127
Binary 11110010 11001010 11001110 0 10001 1111 101 101100010 111101 1010111

Color Harmonies of #F2CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CACE

Black with #F2CACE

Text Example


Text Example

White with #F2CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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