Html Css Color HEX #F2CBCD Azalea

📋 copy color: '#F2CBCD'

red 242 ◦ green 203 ◦ blue 205

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

Shades of Azalea #F2CBCD

Tints of Azalea #F2CBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.54%

R = 37.23%
G = 31.23%
B = 31.54%

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

#F2CBCD (or 0xF2CBCD) is known color: Azalea. HEX triplet: F2, CB and CD. RGB value is (242,203,205). Sum of RGB (Red+Green+Blue) = 242+203+205=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBCD is #0D3432. Grayscale: #D6D6D6. Windows color (decimal): -865331 or 13487090. OLE color: 13487090.

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

Color convert

RGB 242 203 205 -
CMYK 0 0.16 0.15 0.05
HSL 356.92º 0.6% 0.87% -
HSV(B) 356.92º 0.16% 0.95% -
XYZ 68.99 66 66.86 -
YUV 214.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 242 203 205 0 0.16 0.15 0.05 356.92 0.6 0.87
Hex F2 CB CD 0 10 F 5 165 3C 57
Octal 362 313 315 0 20 17 5 545 74 127
Binary 11110010 11001011 11001101 0 10000 1111 101 101100101 111100 1010111

Color Harmonies of #F2CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBCD

Black with #F2CBCD

Text Example


Text Example

White with #F2CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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