Html Css Color HEX #F5CCCF Azalea

📋 copy color: '#F5CCCF'

red 245 ◦ green 204 ◦ blue 207

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

Shades of Azalea #F5CCCF

Tints of Azalea #F5CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.1%

 BLUE value IS 207 (81.25% from 255) = 31.55%

R = 37.35%
G = 31.1%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5CCCF (or 0xF5CCCF) is known color: Azalea. HEX triplet: F5, CC and CF. RGB value is (245,204,207). Sum of RGB (Red+Green+Blue) = 245+204+207=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCF is #0A3330. Grayscale: #D8D8D8. Windows color (decimal): -668465 or 13618421. OLE color: 13618421.

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

Color convert

RGB 245 204 207 -
CMYK 0 0.17 0.16 0.04
HSL 355.61º 0.67% 0.88% -
HSV(B) 355.61º 0.17% 0.96% -
XYZ 70.51 67.1 68.27 -
YUV 216.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 245 204 207 0 0.17 0.16 0.04 355.61 0.67 0.88
Hex F5 CC CF 0 11 10 4 164 43 58
Octal 365 314 317 0 21 20 4 544 103 130
Binary 11110101 11001100 11001111 0 10001 10000 100 101100100 1000011 1011000

Color Harmonies of #F5CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCCF

Black with #F5CCCF

Text Example


Text Example

White with #F5CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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