Html Css Color HEX #F6B2CB Cupid

📋 copy color: '#F6B2CB'

red 246 ◦ green 178 ◦ blue 203

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

Shades of Cupid #F6B2CB

Tints of Cupid #F6B2CB

RGB

 RED value IS 246 (96.48% from 255) = 39.23%

 GREEN value IS 178 (69.92% from 255) = 28.39%

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

R = 39.23%
G = 28.39%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6B2CB (or 0xF6B2CB) is known color: Cupid. HEX triplet: F6, B2 and CB. RGB value is (246,178,203). Sum of RGB (Red+Green+Blue) = 246+178+203=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 178 (69.92% from 255 or 28.39% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2CB is #094D34. Grayscale: #C9C9C9. Windows color (decimal): -609589 or 13349622. OLE color: 13349622.

HSL color Cylindrical-coordinate representation of color #F6B2CB: hue angle of 337.94º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B2CB is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 203 -
CMYK 0 0.28 0.17 0.04
HSL 337.94º 0.79% 0.83% -
HSV(B) 337.94º 0.28% 0.96% -
XYZ 64.71 55.75 63.85 -
YUV 201.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 246 178 203 0 0.28 0.17 0.04 337.94 0.79 0.83
Hex F6 B2 CB 0 1C 11 4 152 4F 53
Octal 366 262 313 0 34 21 4 522 117 123
Binary 11110110 10110010 11001011 0 11100 10001 100 101010010 1001111 1010011

Color Harmonies of #F6B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B2CB

Black with #F6B2CB

Text Example


Text Example

White with #F6B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B2CB; }

 p { color: rgb(246,178,203); }

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

background-color css

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

 a { background-color: rgb(246,178,203); }

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

border-color css

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

 span { border-color: rgb(246,178,203); }

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