Html Css Color HEX #F8CCCD Azalea

📋 copy color: '#F8CCCD'

red 248 ◦ green 204 ◦ blue 205

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

Shades of Azalea #F8CCCD

Tints of Azalea #F8CCCD

RGB

 RED value IS 248 (97.27% from 255) = 37.75%

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

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

R = 37.75%
G = 31.05%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8CCCD (or 0xF8CCCD) is known color: Azalea. HEX triplet: F8, CC and CD. RGB value is (248,204,205). Sum of RGB (Red+Green+Blue) = 248+204+205=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCCD is #073332. Grayscale: #D9D9D9. Windows color (decimal): -471859 or 13487352. OLE color: 13487352.

HSL color Cylindrical-coordinate representation of color #F8CCCD: hue angle of 358.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCCD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 205 -
CMYK 0 0.18 0.17 0.03
HSL 358.64º 0.76% 0.89% -
HSV(B) 358.64º 0.18% 0.97% -
XYZ 71.32 67.55 67.04 -
YUV 217.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 248 204 205 0 0.18 0.17 0.03 358.64 0.76 0.89
Hex F8 CC CD 0 12 11 3 167 4C 59
Octal 370 314 315 0 22 21 3 547 114 131
Binary 11111000 11001100 11001101 0 10010 10001 11 101100111 1001100 1011001

Color Harmonies of #F8CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCCD

Black with #F8CCCD

Text Example


Text Example

White with #F8CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCCD; }

 p { color: rgb(248,204,205); }

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

background-color css

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

 a { background-color: rgb(248,204,205); }

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

border-color css

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

 span { border-color: rgb(248,204,205); }

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