Html Css Color HEX #FFB7CB Pink

📋 copy color: '#FFB7CB'

red 255 ◦ green 183 ◦ blue 203

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

Shades of Pink #FFB7CB

Tints of Pink #FFB7CB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.55%

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

R = 39.78%
G = 28.55%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFB7CB (or 0xFFB7CB) is known color: Pink. HEX triplet: FF, B7 and CB. RGB value is (255,183,203). Sum of RGB (Red+Green+Blue) = 255+183+203=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7CB is #004834. Grayscale: #CECECE. Windows color (decimal): -18485 or 13350911. OLE color: 13350911.

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

Color convert

RGB 255 183 203 -
CMYK 0 0.28 0.20 0
HSL 343.33º 1% 0.86% -
HSV(B) 343.33º 0.28% 1% -
XYZ 68.95 59.44 64.34 -
YUV 206.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 255 183 203 0 0.28 0.20 0 343.33 1 0.86
Hex FF B7 CB 0 1C 14 0 157 64 56
Octal 377 267 313 0 34 24 0 527 144 126
Binary 11111111 10110111 11001011 0 11100 10100 0 101010111 1100100 1010110

Color Harmonies of #FFB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7CB

Black with #FFB7CB

Text Example


Text Example

White with #FFB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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