Html Css Color HEX #F8C5C1 Your Pink

📋 copy color: '#F8C5C1'

red 248 ◦ green 197 ◦ blue 193

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

Shades of Your Pink #F8C5C1

Tints of Your Pink #F8C5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.25%

R = 38.87%
G = 30.88%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8C5C1 (or 0xF8C5C1) is known color: Your Pink. HEX triplet: F8, C5 and C1. RGB value is (248,197,193). Sum of RGB (Red+Green+Blue) = 248+197+193=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C5C1 is #073A3E. Grayscale: #D3D3D3. Windows color (decimal): -473663 or 12699128. OLE color: 12699128.

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

Color convert

RGB 248 197 193 -
CMYK 0 0.21 0.22 0.03
HSL 4.36º 0.8% 0.86% -
HSV(B) 4.36º 0.22% 0.97% -
XYZ 68.3 63.74 59.16 -
YUV 211.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 248 197 193 0 0.21 0.22 0.03 4.36 0.8 0.86
Hex F8 C5 C1 0 15 16 3 4 50 56
Octal 370 305 301 0 25 26 3 4 120 126
Binary 11111000 11000101 11000001 0 10101 10110 11 100 1010000 1010110

Color Harmonies of #F8C5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5C1

Black with #F8C5C1

Text Example


Text Example

White with #F8C5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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