Html Css Color HEX #F8C0CD Pink

📋 copy color: '#F8C0CD'

red 248 ◦ green 192 ◦ blue 205

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

Shades of Pink #F8C0CD

Tints of Pink #F8C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.77%

 BLUE value IS 205 (80.47% from 255) = 31.78%

R = 38.45%
G = 29.77%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8C0CD (or 0xF8C0CD) is known color: Pink. HEX triplet: F8, C0 and CD. RGB value is (248,192,205). Sum of RGB (Red+Green+Blue) = 248+192+205=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0CD is #073F32. Grayscale: #D2D2D2. Windows color (decimal): -474931 or 13484280. OLE color: 13484280.

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

Color convert

RGB 248 192 205 -
CMYK 0 0.23 0.17 0.03
HSL 346.07º 0.8% 0.86% -
HSV(B) 346.07º 0.23% 0.97% -
XYZ 68.58 62.06 66.12 -
YUV 210.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 248 192 205 0 0.23 0.17 0.03 346.07 0.8 0.86
Hex F8 C0 CD 0 17 11 3 15A 50 56
Octal 370 300 315 0 27 21 3 532 120 126
Binary 11111000 11000000 11001101 0 10111 10001 11 101011010 1010000 1010110

Color Harmonies of #F8C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C0CD

Black with #F8C0CD

Text Example


Text Example

White with #F8C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C0CD; }

 p { color: rgb(248,192,205); }

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

background-color css

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

 a { background-color: rgb(248,192,205); }

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

border-color css

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

 span { border-color: rgb(248,192,205); }

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