Html Css Color HEX #FAC2CC Pink

📋 copy color: '#FAC2CC'

red 250 ◦ green 194 ◦ blue 204

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

Shades of Pink #FAC2CC

Tints of Pink #FAC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 38.58%
G = 29.94%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAC2CC (or 0xFAC2CC) is known color: Pink. HEX triplet: FA, C2 and CC. RGB value is (250,194,204). Sum of RGB (Red+Green+Blue) = 250+194+204=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2CC is #053D33. Grayscale: #D3D3D3. Windows color (decimal): -343348 or 13419258. OLE color: 13419258.

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

Color convert

RGB 250 194 204 -
CMYK 0 0.22 0.18 0.02
HSL 349.29º 0.85% 0.87% -
HSV(B) 349.29º 0.22% 0.98% -
XYZ 69.62 63.27 65.67 -
YUV 211.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 250 194 204 0 0.22 0.18 0.02 349.29 0.85 0.87
Hex FA C2 CC 0 16 12 2 15D 55 57
Octal 372 302 314 0 26 22 2 535 125 127
Binary 11111010 11000010 11001100 0 10110 10010 10 101011101 1010101 1010111

Color Harmonies of #FAC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC2CC

Black with #FAC2CC

Text Example


Text Example

White with #FAC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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