Html Css Color HEX #F6B9CA Cupid

📋 copy color: '#F6B9CA'

red 246 ◦ green 185 ◦ blue 202

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

Shades of Cupid #F6B9CA

Tints of Cupid #F6B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.23%

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 38.86%
G = 29.23%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6B9CA (or 0xF6B9CA) is known color: Cupid. HEX triplet: F6, B9 and CA. RGB value is (246,185,202). Sum of RGB (Red+Green+Blue) = 246+185+202=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9CA is #094635. Grayscale: #CDCDCD. Windows color (decimal): -607798 or 13285878. OLE color: 13285878.

HSL color Cylindrical-coordinate representation of color #F6B9CA: hue angle of 343.28º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9CA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 202 -
CMYK 0 0.25 0.18 0.04
HSL 343.28º 0.77% 0.85% -
HSV(B) 343.28º 0.25% 0.96% -
XYZ 66.02 58.56 63.7 -
YUV 205.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 246 185 202 0 0.25 0.18 0.04 343.28 0.77 0.85
Hex F6 B9 CA 0 19 12 4 157 4D 55
Octal 366 271 312 0 31 22 4 527 115 125
Binary 11110110 10111001 11001010 0 11001 10010 100 101010111 1001101 1010101

Color Harmonies of #F6B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9CA

Black with #F6B9CA

Text Example


Text Example

White with #F6B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9CA; }

 p { color: rgb(246,185,202); }

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

background-color css

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

 a { background-color: rgb(246,185,202); }

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

border-color css

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

 span { border-color: rgb(246,185,202); }

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