Html Css Color HEX #F8BDCD Pink

📋 copy color: '#F8BDCD'

red 248 ◦ green 189 ◦ blue 205

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

Shades of Pink #F8BDCD

Tints of Pink #F8BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.44%

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

R = 38.63%
G = 29.44%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8BDCD (or 0xF8BDCD) is known color: Pink. HEX triplet: F8, BD and CD. RGB value is (248,189,205). Sum of RGB (Red+Green+Blue) = 248+189+205=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDCD is #074232. Grayscale: #D0D0D0. Windows color (decimal): -475699 or 13483512. OLE color: 13483512.

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

Color convert

RGB 248 189 205 -
CMYK 0 0.24 0.17 0.03
HSL 343.73º 0.81% 0.86% -
HSV(B) 343.73º 0.24% 0.97% -
XYZ 67.93 60.76 65.91 -
YUV 208.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 248 189 205 0 0.24 0.17 0.03 343.73 0.81 0.86
Hex F8 BD CD 0 18 11 3 158 51 56
Octal 370 275 315 0 30 21 3 530 121 126
Binary 11111000 10111101 11001101 0 11000 10001 11 101011000 1010001 1010110

Color Harmonies of #F8BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDCD

Black with #F8BDCD

Text Example


Text Example

White with #F8BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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