Html Css Color HEX #F6B4CC Cupid

📋 copy color: '#F6B4CC'

red 246 ◦ green 180 ◦ blue 204

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

Shades of Cupid #F6B4CC

Tints of Cupid #F6B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.57%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 39.05%
G = 28.57%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6B4CC (or 0xF6B4CC) is known color: Cupid. HEX triplet: F6, B4 and CC. RGB value is (246,180,204). Sum of RGB (Red+Green+Blue) = 246+180+204=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4CC is #094B33. Grayscale: #CACACA. Windows color (decimal): -609076 or 13415670. OLE color: 13415670.

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

Color convert

RGB 246 180 204 -
CMYK 0 0.27 0.17 0.04
HSL 338.18º 0.79% 0.84% -
HSV(B) 338.18º 0.27% 0.96% -
XYZ 65.23 56.59 64.61 -
YUV 202.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 246 180 204 0 0.27 0.17 0.04 338.18 0.79 0.84
Hex F6 B4 CC 0 1B 11 4 152 4F 54
Octal 366 264 314 0 33 21 4 522 117 124
Binary 11110110 10110100 11001100 0 11011 10001 100 101010010 1001111 1010100

Color Harmonies of #F6B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B4CC

Black with #F6B4CC

Text Example


Text Example

White with #F6B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B4CC; }

 p { color: rgb(246,180,204); }

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

background-color css

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

 a { background-color: rgb(246,180,204); }

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

border-color css

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

 span { border-color: rgb(246,180,204); }

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