Html Css Color HEX #F2CBCE Azalea

📋 copy color: '#F2CBCE'

red 242 ◦ green 203 ◦ blue 206

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

Shades of Azalea #F2CBCE

Tints of Azalea #F2CBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.18%

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

R = 37.17%
G = 31.18%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2CBCE (or 0xF2CBCE) is known color: Azalea. HEX triplet: F2, CB and CE. RGB value is (242,203,206). Sum of RGB (Red+Green+Blue) = 242+203+206=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBCE is #0D3431. Grayscale: #D7D7D7. Windows color (decimal): -865330 or 13552626. OLE color: 13552626.

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

Color convert

RGB 242 203 206 -
CMYK 0 0.16 0.15 0.05
HSL 355.38º 0.6% 0.87% -
HSV(B) 355.38º 0.16% 0.95% -
XYZ 69.11 66.05 67.5 -
YUV 215 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 242 203 206 0 0.16 0.15 0.05 355.38 0.6 0.87
Hex F2 CB CE 0 10 F 5 163 3C 57
Octal 362 313 316 0 20 17 5 543 74 127
Binary 11110010 11001011 11001110 0 10000 1111 101 101100011 111100 1010111

Color Harmonies of #F2CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBCE

Black with #F2CBCE

Text Example


Text Example

White with #F2CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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