Html Css Color HEX #FFB2CB Cupid

📋 copy color: '#FFB2CB'

red 255 ◦ green 178 ◦ blue 203

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

Shades of Cupid #FFB2CB

Tints of Cupid #FFB2CB

RGB

 RED value IS 255 (100% from 255) = 40.09%

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

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

R = 40.09%
G = 27.99%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFB2CB (or 0xFFB2CB) is known color: Cupid. HEX triplet: FF, B2 and CB. RGB value is (255,178,203). Sum of RGB (Red+Green+Blue) = 255+178+203=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2CB is #004D34. Grayscale: #CBCBCB. Windows color (decimal): -19765 or 13349631. OLE color: 13349631.

HSL color Cylindrical-coordinate representation of color #FFB2CB: hue angle of 340.52º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2CB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 178 203 -
CMYK 0 0.30 0.20 0
HSL 340.52º 1% 0.85% -
HSV(B) 340.52º 0.3% 1% -
XYZ 67.94 57.41 64 -
YUV 203.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 255 178 203 0 0.30 0.20 0 340.52 1 0.85
Hex FF B2 CB 0 1E 14 0 155 64 55
Octal 377 262 313 0 36 24 0 525 144 125
Binary 11111111 10110010 11001011 0 11110 10100 0 101010101 1100100 1010101

Color Harmonies of #FFB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2CB

Black with #FFB2CB

Text Example


Text Example

White with #FFB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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