Html Css Color HEX #FAC8C4 Your Pink

📋 copy color: '#FAC8C4'

red 250 ◦ green 200 ◦ blue 196

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

Shades of Your Pink #FAC8C4

Tints of Your Pink #FAC8C4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.96%

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

R = 38.7%
G = 30.96%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FAC8C4 (or 0xFAC8C4) is known color: Your Pink. HEX triplet: FA, C8 and C4. RGB value is (250,200,196). Sum of RGB (Red+Green+Blue) = 250+200+196=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8C4 is #05373B. Grayscale: #D6D6D6. Windows color (decimal): -341820 or 12896506. OLE color: 12896506.

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

Color convert

RGB 250 200 196 -
CMYK 0 0.2 0.22 0.02
HSL 4.44º 0.84% 0.87% -
HSV(B) 4.44º 0.22% 0.98% -
XYZ 70.04 65.62 61.2 -
YUV 214.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 250 200 196 0 0.2 0.22 0.02 4.44 0.84 0.87
Hex FA C8 C4 0 14 16 2 4 54 57
Octal 372 310 304 0 24 26 2 4 124 127
Binary 11111010 11001000 11000100 0 10100 10110 10 100 1010100 1010111

Color Harmonies of #FAC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8C4

Black with #FAC8C4

Text Example


Text Example

White with #FAC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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