Html Css Color HEX #FAB6C4 Light Pink

📋 copy color: '#FAB6C4'

red 250 ◦ green 182 ◦ blue 196

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

Shades of Light Pink #FAB6C4

Tints of Light Pink #FAB6C4

RGB

 RED value IS 250 (98.05% from 255) = 39.81%

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

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

R = 39.81%
G = 28.98%
B = 31.21%

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

#FAB6C4 (or 0xFAB6C4) is known color: Light Pink. HEX triplet: FA, B6 and C4. RGB value is (250,182,196). Sum of RGB (Red+Green+Blue) = 250+182+196=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6C4 is #05493B. Grayscale: #CBCBCB. Windows color (decimal): -346428 or 12891898. OLE color: 12891898.

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

Color convert

RGB 250 182 196 -
CMYK 0 0.27 0.22 0.02
HSL 347.65º 0.87% 0.85% -
HSV(B) 347.65º 0.27% 0.98% -
XYZ 66.12 57.77 59.89 -
YUV 203.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 250 182 196 0 0.27 0.22 0.02 347.65 0.87 0.85
Hex FA B6 C4 0 1B 16 2 15C 57 55
Octal 372 266 304 0 33 26 2 534 127 125
Binary 11111010 10110110 11000100 0 11011 10110 10 101011100 1010111 1010101

Color Harmonies of #FAB6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB6C4

Black with #FAB6C4

Text Example


Text Example

White with #FAB6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB6C4; }

 p { color: rgb(250,182,196); }

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

background-color css

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

 a { background-color: rgb(250,182,196); }

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

border-color css

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

 span { border-color: rgb(250,182,196); }

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