Html Css Color HEX #FFB4CB Cupid

📋 copy color: '#FFB4CB'

red 255 ◦ green 180 ◦ blue 203

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

Shades of Cupid #FFB4CB

Tints of Cupid #FFB4CB

RGB

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

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

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

R = 39.97%
G = 28.21%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFB4CB (or 0xFFB4CB) is known color: Cupid. HEX triplet: FF, B4 and CB. RGB value is (255,180,203). Sum of RGB (Red+Green+Blue) = 255+180+203=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4CB is #004B34. Grayscale: #CDCDCD. Windows color (decimal): -19253 or 13350143. OLE color: 13350143.

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

Color convert

RGB 255 180 203 -
CMYK 0 0.29 0.20 0
HSL 341.6º 1% 0.85% -
HSV(B) 341.6º 0.29% 1% -
XYZ 68.34 58.21 64.13 -
YUV 205.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 255 180 203 0 0.29 0.20 0 341.6 1 0.85
Hex FF B4 CB 0 1D 14 0 156 64 55
Octal 377 264 313 0 35 24 0 526 144 125
Binary 11111111 10110100 11001011 0 11101 10100 0 101010110 1100100 1010101

Color Harmonies of #FFB4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4CB

Black with #FFB4CB

Text Example


Text Example

White with #FFB4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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