Html Css Color HEX #F8CACB Azalea

📋 copy color: '#F8CACB'

red 248 ◦ green 202 ◦ blue 203

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

Shades of Azalea #F8CACB

Tints of Azalea #F8CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.93%

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 37.98%
G = 30.93%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8CACB (or 0xF8CACB) is known color: Azalea. HEX triplet: F8, CA and CB. RGB value is (248,202,203). Sum of RGB (Red+Green+Blue) = 248+202+203=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACB is #073534. Grayscale: #D7D7D7. Windows color (decimal): -472373 or 13355768. OLE color: 13355768.

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

Color convert

RGB 248 202 203 -
CMYK 0 0.19 0.18 0.03
HSL 358.7º 0.77% 0.88% -
HSV(B) 358.7º 0.19% 0.97% -
XYZ 70.61 66.51 65.62 -
YUV 215.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 248 202 203 0 0.19 0.18 0.03 358.7 0.77 0.88
Hex F8 CA CB 0 13 12 3 167 4D 58
Octal 370 312 313 0 23 22 3 547 115 130
Binary 11111000 11001010 11001011 0 10011 10010 11 101100111 1001101 1011000

Color Harmonies of #F8CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CACB

Black with #F8CACB

Text Example


Text Example

White with #F8CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CACB; }

 p { color: rgb(248,202,203); }

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

background-color css

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

 a { background-color: rgb(248,202,203); }

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

border-color css

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

 span { border-color: rgb(248,202,203); }

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