Html Css Color HEX #FAC4CC Pink

📋 copy color: '#FAC4CC'

red 250 ◦ green 196 ◦ blue 204

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

Shades of Pink #FAC4CC

Tints of Pink #FAC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.15%

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

R = 38.46%
G = 30.15%
B = 31.38%

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

#FAC4CC (or 0xFAC4CC) is known color: Pink. HEX triplet: FA, C4 and CC. RGB value is (250,196,204). Sum of RGB (Red+Green+Blue) = 250+196+204=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4CC is #053B33. Grayscale: #D5D5D5. Windows color (decimal): -342836 or 13419770. OLE color: 13419770.

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

Color convert

RGB 250 196 204 -
CMYK 0 0.22 0.18 0.02
HSL 351.11º 0.84% 0.87% -
HSV(B) 351.11º 0.22% 0.98% -
XYZ 70.06 64.16 65.82 -
YUV 213.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 250 196 204 0 0.22 0.18 0.02 351.11 0.84 0.87
Hex FA C4 CC 0 16 12 2 15F 54 57
Octal 372 304 314 0 26 22 2 537 124 127
Binary 11111010 11000100 11001100 0 10110 10010 10 101011111 1010100 1010111

Color Harmonies of #FAC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4CC

Black with #FAC4CC

Text Example


Text Example

White with #FAC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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