Html Css Color HEX #F5CBCC Azalea

📋 copy color: '#F5CBCC'

red 245 ◦ green 203 ◦ blue 204

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

Shades of Azalea #F5CBCC

Tints of Azalea #F5CBCC

RGB

 RED value IS 245 (96.09% from 255) = 37.58%

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

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 37.58%
G = 31.13%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5CBCC (or 0xF5CBCC) is known color: Azalea. HEX triplet: F5, CB and CC. RGB value is (245,203,204). Sum of RGB (Red+Green+Blue) = 245+203+204=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCC is #0A3433. Grayscale: #D7D7D7. Windows color (decimal): -668724 or 13421557. OLE color: 13421557.

HSL color Cylindrical-coordinate representation of color #F5CBCC: hue angle of 358.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBCC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 204 -
CMYK 0 0.17 0.17 0.04
HSL 358.57º 0.68% 0.88% -
HSV(B) 358.57º 0.17% 0.96% -
XYZ 69.91 66.48 66.27 -
YUV 215.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 245 203 204 0 0.17 0.17 0.04 358.57 0.68 0.88
Hex F5 CB CC 0 11 11 4 167 44 58
Octal 365 313 314 0 21 21 4 547 104 130
Binary 11110101 11001011 11001100 0 10001 10001 100 101100111 1000100 1011000

Color Harmonies of #F5CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CBCC

Black with #F5CBCC

Text Example


Text Example

White with #F5CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CBCC; }

 p { color: rgb(245,203,204); }

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

background-color css

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

 a { background-color: rgb(245,203,204); }

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

border-color css

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

 span { border-color: rgb(245,203,204); }

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