Html Css Color HEX #FBB6C2 Light Pink

📋 copy color: '#FBB6C2'

red 251 ◦ green 182 ◦ blue 194

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

Shades of Light Pink #FBB6C2

Tints of Light Pink #FBB6C2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.03%

 BLUE value IS 194 (76.17% from 255) = 30.94%

R = 40.03%
G = 29.03%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBB6C2 (or 0xFBB6C2) is known color: Light Pink. HEX triplet: FB, B6 and C2. RGB value is (251,182,194). Sum of RGB (Red+Green+Blue) = 251+182+194=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 182 (71.48% from 255 or 29.03% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6C2 is #04493D. Grayscale: #CCCCCC. Windows color (decimal): -280894 or 12760827. OLE color: 12760827.

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

Color convert

RGB 251 182 194 -
CMYK 0 0.27 0.23 0.02
HSL 349.57º 0.9% 0.85% -
HSV(B) 349.57º 0.27% 0.98% -
XYZ 66.25 57.86 58.72 -
YUV 204 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 251 182 194 0 0.27 0.23 0.02 349.57 0.9 0.85
Hex FB B6 C2 0 1B 17 2 15E 5A 55
Octal 373 266 302 0 33 27 2 536 132 125
Binary 11111011 10110110 11000010 0 11011 10111 10 101011110 1011010 1010101

Color Harmonies of #FBB6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6C2

Black with #FBB6C2

Text Example


Text Example

White with #FBB6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6C2; }

 p { color: rgb(251,182,194); }

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

background-color css

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

 a { background-color: rgb(251,182,194); }

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

border-color css

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

 span { border-color: rgb(251,182,194); }

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