Html Css Color HEX #FFC0B5 Your Pink

📋 copy color: '#FFC0B5'

red 255 ◦ green 192 ◦ blue 181

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

Shades of Your Pink #FFC0B5

Tints of Your Pink #FFC0B5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.57%

 BLUE value IS 181 (71.09% from 255) = 28.82%

R = 40.61%
G = 30.57%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFC0B5 (or 0xFFC0B5) is known color: Your Pink. HEX triplet: FF, C0 and B5. RGB value is (255,192,181). Sum of RGB (Red+Green+Blue) = 255+192+181=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B5 is #003F4A. Grayscale: #D1D1D1. Windows color (decimal): -16203 or 11911423. OLE color: 11911423.

HSL color Cylindrical-coordinate representation of color #FFC0B5: hue angle of 8.92º 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 #FFC0B5 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 181 -
CMYK 0 0.25 0.29 0
HSL 8.92º 1% 0.85% -
HSV(B) 8.92º 0.29% 1% -
XYZ 68.43 62.3 52.13 -
YUV 209.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 255 192 181 0 0.25 0.29 0 8.92 1 0.85
Hex FF C0 B5 0 19 1D 0 9 64 55
Octal 377 300 265 0 31 35 0 11 144 125
Binary 11111111 11000000 10110101 0 11001 11101 0 1001 1100100 1010101

Color Harmonies of #FFC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0B5

Black with #FFC0B5

Text Example


Text Example

White with #FFC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0B5; }

 p { color: rgb(255,192,181); }

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

background-color css

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

 a { background-color: rgb(255,192,181); }

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

border-color css

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

 span { border-color: rgb(255,192,181); }

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