Html Css Color HEX #F8B0CB Cupid

📋 copy color: '#F8B0CB'

red 248 ◦ green 176 ◦ blue 203

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

Shades of Cupid #F8B0CB

Tints of Cupid #F8B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.07%

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 39.55%
G = 28.07%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F8B0CB (or 0xF8B0CB) is known color: Cupid. HEX triplet: F8, B0 and CB. RGB value is (248,176,203). Sum of RGB (Red+Green+Blue) = 248+176+203=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0CB is #074F34. Grayscale: #C8C8C8. Windows color (decimal): -479029 or 13349112. OLE color: 13349112.

HSL color Cylindrical-coordinate representation of color #F8B0CB: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0CB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 203 -
CMYK 0 0.29 0.18 0.03
HSL 337.5º 0.84% 0.83% -
HSV(B) 337.5º 0.29% 0.97% -
XYZ 65.02 55.32 63.75 -
YUV 200.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 248 176 203 0 0.29 0.18 0.03 337.5 0.84 0.83
Hex F8 B0 CB 0 1D 12 3 152 54 53
Octal 370 260 313 0 35 22 3 522 124 123
Binary 11111000 10110000 11001011 0 11101 10010 11 101010010 1010100 1010011

Color Harmonies of #F8B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B0CB

Black with #F8B0CB

Text Example


Text Example

White with #F8B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B0CB; }

 p { color: rgb(248,176,203); }

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

background-color css

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

 a { background-color: rgb(248,176,203); }

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

border-color css

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

 span { border-color: rgb(248,176,203); }

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