Html Css Color HEX #F8C3C9 Azalea

📋 copy color: '#F8C3C9'

red 248 ◦ green 195 ◦ blue 201

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

Shades of Azalea #F8C3C9

Tints of Azalea #F8C3C9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.28%

 BLUE value IS 201 (78.91% from 255) = 31.21%

R = 38.51%
G = 30.28%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F8C3C9 (or 0xF8C3C9) is known color: Azalea. HEX triplet: F8, C3 and C9. RGB value is (248,195,201). Sum of RGB (Red+Green+Blue) = 248+195+201=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C3C9 is #073C36. Grayscale: #D3D3D3. Windows color (decimal): -474167 or 13222904. OLE color: 13222904.

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

Color convert

RGB 248 195 201 -
CMYK 0 0.21 0.19 0.03
HSL 353.21º 0.79% 0.87% -
HSV(B) 353.21º 0.21% 0.97% -
XYZ 68.77 63.2 63.83 -
YUV 211.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 248 195 201 0 0.21 0.19 0.03 353.21 0.79 0.87
Hex F8 C3 C9 0 15 13 3 161 4F 57
Octal 370 303 311 0 25 23 3 541 117 127
Binary 11111000 11000011 11001001 0 10101 10011 11 101100001 1001111 1010111

Color Harmonies of #F8C3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C3C9

Black with #F8C3C9

Text Example


Text Example

White with #F8C3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C3C9; }

 p { color: rgb(248,195,201); }

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

background-color css

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

 a { background-color: rgb(248,195,201); }

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

border-color css

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

 span { border-color: rgb(248,195,201); }

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