Html Css Color HEX #F8CBCE Azalea

📋 copy color: '#F8CBCE'

red 248 ◦ green 203 ◦ blue 206

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

Shades of Azalea #F8CBCE

Tints of Azalea #F8CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 37.75%
G = 30.9%
B = 31.35%

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

#F8CBCE (or 0xF8CBCE) is known color: Azalea. HEX triplet: F8, CB and CE. RGB value is (248,203,206). Sum of RGB (Red+Green+Blue) = 248+203+206=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCE is #073431. Grayscale: #D8D8D8. Windows color (decimal): -472114 or 13552632. OLE color: 13552632.

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

Color convert

RGB 248 203 206 -
CMYK 0 0.18 0.17 0.03
HSL 356º 0.76% 0.88% -
HSV(B) 356º 0.18% 0.97% -
XYZ 71.21 67.12 67.6 -
YUV 216.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 248 203 206 0 0.18 0.17 0.03 356 0.76 0.88
Hex F8 CB CE 0 12 11 3 164 4C 58
Octal 370 313 316 0 22 21 3 544 114 130
Binary 11111000 11001011 11001110 0 10010 10001 11 101100100 1001100 1011000

Color Harmonies of #F8CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBCE

Black with #F8CBCE

Text Example


Text Example

White with #F8CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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