Html Css Color HEX #F3B0C7 Cupid

📋 copy color: '#F3B0C7'

red 243 ◦ green 176 ◦ blue 199

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

Shades of Cupid #F3B0C7

Tints of Cupid #F3B0C7

RGB

 RED value IS 243 (95.31% from 255) = 39.32%

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

 BLUE value IS 199 (78.13% from 255) = 32.2%

R = 39.32%
G = 28.48%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F3B0C7 (or 0xF3B0C7) is known color: Cupid. HEX triplet: F3, B0 and C7. RGB value is (243,176,199). Sum of RGB (Red+Green+Blue) = 243+176+199=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0C7 is #0C4F38. Grayscale: #C6C6C6. Windows color (decimal): -806713 or 13086963. OLE color: 13086963.

HSL color Cylindrical-coordinate representation of color #F3B0C7: hue angle of 339.4º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0C7 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 176 199 -
CMYK 0 0.28 0.18 0.05
HSL 339.4º 0.74% 0.82% -
HSV(B) 339.4º 0.28% 0.95% -
XYZ 62.8 54.23 61.19 -
YUV 198.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 243 176 199 0 0.28 0.18 0.05 339.4 0.74 0.82
Hex F3 B0 C7 0 1C 12 5 153 4A 52
Octal 363 260 307 0 34 22 5 523 112 122
Binary 11110011 10110000 11000111 0 11100 10010 101 101010011 1001010 1010010

Color Harmonies of #F3B0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B0C7

Black with #F3B0C7

Text Example


Text Example

White with #F3B0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B0C7; }

 p { color: rgb(243,176,199); }

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

background-color css

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

 a { background-color: rgb(243,176,199); }

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

border-color css

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

 span { border-color: rgb(243,176,199); }

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