Html Css Color HEX #FBC6B5 Your Pink

📋 copy color: '#FBC6B5'

red 251 ◦ green 198 ◦ blue 181

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

Shades of Your Pink #FBC6B5

Tints of Your Pink #FBC6B5

RGB

 RED value IS 251 (98.44% from 255) = 39.84%

 GREEN value IS 198 (77.73% from 255) = 31.43%

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

R = 39.84%
G = 31.43%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBC6B5 (or 0xFBC6B5) is known color: Your Pink. HEX triplet: FB, C6 and B5. RGB value is (251,198,181). Sum of RGB (Red+Green+Blue) = 251+198+181=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6B5 is #04394A. Grayscale: #D4D4D4. Windows color (decimal): -276811 or 11912955. OLE color: 11912955.

HSL color Cylindrical-coordinate representation of color #FBC6B5: hue angle of 14.57º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBC6B5 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 198 181 -
CMYK 0 0.21 0.28 0.02
HSL 14.57º 0.9% 0.85% -
HSV(B) 14.57º 0.28% 0.98% -
XYZ 68.32 64.23 52.51 -
YUV 211.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 251 198 181 0 0.21 0.28 0.02 14.57 0.9 0.85
Hex FB C6 B5 0 15 1C 2 F 5A 55
Octal 373 306 265 0 25 34 2 17 132 125
Binary 11111011 11000110 10110101 0 10101 11100 10 1111 1011010 1010101

Color Harmonies of #FBC6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6B5

Black with #FBC6B5

Text Example


Text Example

White with #FBC6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6B5; }

 p { color: rgb(251,198,181); }

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

background-color css

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

 a { background-color: rgb(251,198,181); }

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

border-color css

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

 span { border-color: rgb(251,198,181); }

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