Html Css Color HEX #FFC0B4 Your Pink

📋 copy color: '#FFC0B4'

red 255 ◦ green 192 ◦ blue 180

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

Shades of Your Pink #FFC0B4

Tints of Your Pink #FFC0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.71%

R = 40.67%
G = 30.62%
B = 28.71%

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

#FFC0B4 (or 0xFFC0B4) is known color: Your Pink. HEX triplet: FF, C0 and B4. RGB value is (255,192,180). Sum of RGB (Red+Green+Blue) = 255+192+180=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B4 is #003F4B. Grayscale: #D1D1D1. Windows color (decimal): -16204 or 11845887. OLE color: 11845887.

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

Color convert

RGB 255 192 180 -
CMYK 0 0.25 0.29 0
HSL 9.6º 1% 0.85% -
HSV(B) 9.6º 0.29% 1% -
XYZ 68.33 62.25 51.6 -
YUV 209.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 255 192 180 0 0.25 0.29 0 9.6 1 0.85
Hex FF C0 B4 0 19 1D 0 A 64 55
Octal 377 300 264 0 31 35 0 12 144 125
Binary 11111111 11000000 10110100 0 11001 11101 0 1010 1100100 1010101

Color Harmonies of #FFC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0B4

Black with #FFC0B4

Text Example


Text Example

White with #FFC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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