Html Css Color HEX #FBB8C4 Light Pink

📋 copy color: '#FBB8C4'

red 251 ◦ green 184 ◦ blue 196

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

Shades of Light Pink #FBB8C4

Tints of Light Pink #FBB8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.16%

 BLUE value IS 196 (76.95% from 255) = 31.06%

R = 39.78%
G = 29.16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBB8C4 (or 0xFBB8C4) is known color: Light Pink. HEX triplet: FB, B8 and C4. RGB value is (251,184,196). Sum of RGB (Red+Green+Blue) = 251+184+196=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C4 is #04473B. Grayscale: #CDCDCD. Windows color (decimal): -280380 or 12892411. OLE color: 12892411.

HSL color Cylindrical-coordinate representation of color #FBB8C4: hue angle of 349.25º degrees, saturation: 0.89, 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 #FBB8C4 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 196 -
CMYK 0 0.27 0.22 0.02
HSL 349.25º 0.89% 0.85% -
HSV(B) 349.25º 0.27% 0.98% -
XYZ 66.89 58.78 60.04 -
YUV 205.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 251 184 196 0 0.27 0.22 0.02 349.25 0.89 0.85
Hex FB B8 C4 0 1B 16 2 15D 59 55
Octal 373 270 304 0 33 26 2 535 131 125
Binary 11111011 10111000 11000100 0 11011 10110 10 101011101 1011001 1010101

Color Harmonies of #FBB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB8C4

Black with #FBB8C4

Text Example


Text Example

White with #FBB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB8C4; }

 p { color: rgb(251,184,196); }

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

background-color css

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

 a { background-color: rgb(251,184,196); }

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

border-color css

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

 span { border-color: rgb(251,184,196); }

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