Html Css Color HEX #FFC7BD Your Pink

📋 copy color: '#FFC7BD'

red 255 ◦ green 199 ◦ blue 189

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

Shades of Your Pink #FFC7BD

Tints of Your Pink #FFC7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.95%

 BLUE value IS 189 (74.22% from 255) = 29.39%

R = 39.66%
G = 30.95%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFC7BD (or 0xFFC7BD) is known color: Your Pink. HEX triplet: FF, C7 and BD. RGB value is (255,199,189). Sum of RGB (Red+Green+Blue) = 255+199+189=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7BD is #003842. Grayscale: #D6D6D6. Windows color (decimal): -14403 or 12437503. OLE color: 12437503.

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

Color convert

RGB 255 199 189 -
CMYK 0 0.22 0.26 0
HSL 9.09º 1% 0.87% -
HSV(B) 9.09º 0.26% 1% -
XYZ 70.85 65.78 57.11 -
YUV 214.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 255 199 189 0 0.22 0.26 0 9.09 1 0.87
Hex FF C7 BD 0 16 1A 0 9 64 57
Octal 377 307 275 0 26 32 0 11 144 127
Binary 11111111 11000111 10111101 0 10110 11010 0 1001 1100100 1010111

Color Harmonies of #FFC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7BD

Black with #FFC7BD

Text Example


Text Example

White with #FFC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7BD; }

 p { color: rgb(255,199,189); }

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

background-color css

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

 a { background-color: rgb(255,199,189); }

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

border-color css

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

 span { border-color: rgb(255,199,189); }

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