Html Css Color HEX #F6B5C2 Cupid

📋 copy color: '#F6B5C2'

red 246 ◦ green 181 ◦ blue 194

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

Shades of Cupid #F6B5C2

Tints of Cupid #F6B5C2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.15%

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 39.61%
G = 29.15%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6B5C2 (or 0xF6B5C2) is known color: Cupid. HEX triplet: F6, B5 and C2. RGB value is (246,181,194). Sum of RGB (Red+Green+Blue) = 246+181+194=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B5C2 is #094A3D. Grayscale: #C9C9C9. Windows color (decimal): -608830 or 12760566. OLE color: 12760566.

HSL color Cylindrical-coordinate representation of color #F6B5C2: hue angle of 348º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B5C2 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 181 194 -
CMYK 0 0.26 0.21 0.04
HSL 348º 0.78% 0.84% -
HSV(B) 348º 0.26% 0.96% -
XYZ 64.27 56.54 58.56 -
YUV 201.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 246 181 194 0 0.26 0.21 0.04 348 0.78 0.84
Hex F6 B5 C2 0 1A 15 4 15C 4E 54
Octal 366 265 302 0 32 25 4 534 116 124
Binary 11110110 10110101 11000010 0 11010 10101 100 101011100 1001110 1010100

Color Harmonies of #F6B5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B5C2

Black with #F6B5C2

Text Example


Text Example

White with #F6B5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B5C2; }

 p { color: rgb(246,181,194); }

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

background-color css

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

 a { background-color: rgb(246,181,194); }

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

border-color css

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

 span { border-color: rgb(246,181,194); }

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