Html Css Color HEX #F8C5CC Pink

📋 copy color: '#F8C5CC'

red 248 ◦ green 197 ◦ blue 204

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

Shades of Pink #F8C5CC

Tints of Pink #F8C5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.35%

 BLUE value IS 204 (80.08% from 255) = 31.43%

R = 38.21%
G = 30.35%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8C5CC (or 0xF8C5CC) is known color: Pink. HEX triplet: F8, C5 and CC. RGB value is (248,197,204). Sum of RGB (Red+Green+Blue) = 248+197+204=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5CC is #073A33. Grayscale: #D5D5D5. Windows color (decimal): -473652 or 13420024. OLE color: 13420024.

HSL color Cylindrical-coordinate representation of color #F8C5CC: hue angle of 351.76º degrees, saturation: 0.78, 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 #F8C5CC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 197 204 -
CMYK 0 0.21 0.18 0.03
HSL 351.76º 0.78% 0.87% -
HSV(B) 351.76º 0.21% 0.97% -
XYZ 69.58 64.25 65.86 -
YUV 213.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 248 197 204 0 0.21 0.18 0.03 351.76 0.78 0.87
Hex F8 C5 CC 0 15 12 3 160 4E 57
Octal 370 305 314 0 25 22 3 540 116 127
Binary 11111000 11000101 11001100 0 10101 10010 11 101100000 1001110 1010111

Color Harmonies of #F8C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5CC

Black with #F8C5CC

Text Example


Text Example

White with #F8C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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