Html Css Color HEX #FAC2CB Pink

📋 copy color: '#FAC2CB'

red 250 ◦ green 194 ◦ blue 203

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

Shades of Pink #FAC2CB

Tints of Pink #FAC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.98%

 BLUE value IS 203 (79.69% from 255) = 31.38%

R = 38.64%
G = 29.98%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAC2CB (or 0xFAC2CB) is known color: Pink. HEX triplet: FA, C2 and CB. RGB value is (250,194,203). Sum of RGB (Red+Green+Blue) = 250+194+203=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CB is #053D34. Grayscale: #D3D3D3. Windows color (decimal): -343349 or 13353722. OLE color: 13353722.

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

Color convert

RGB 250 194 203 -
CMYK 0 0.22 0.19 0.02
HSL 350.36º 0.85% 0.87% -
HSV(B) 350.36º 0.22% 0.98% -
XYZ 69.5 63.22 65.04 -
YUV 211.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 250 194 203 0 0.22 0.19 0.02 350.36 0.85 0.87
Hex FA C2 CB 0 16 13 2 15E 55 57
Octal 372 302 313 0 26 23 2 536 125 127
Binary 11111010 11000010 11001011 0 10110 10011 10 101011110 1010101 1010111

Color Harmonies of #FAC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2CB

Black with #FAC2CB

Text Example


Text Example

White with #FAC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2CB; }

 p { color: rgb(250,194,203); }

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

background-color css

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

 a { background-color: rgb(250,194,203); }

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

border-color css

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

 span { border-color: rgb(250,194,203); }

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