Html Css Color HEX #FC969C Wewak

📋 copy color: '#FC969C'

red 252 ◦ green 150 ◦ blue 156

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

Shades of Wewak #FC969C

Tints of Wewak #FC969C

RGB

 RED value IS 252 (98.83% from 255) = 45.16%

 GREEN value IS 150 (58.98% from 255) = 26.88%

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 45.16%
G = 26.88%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC969C (or 0xFC969C) is known color: Wewak. HEX triplet: FC, 96 and 9C. RGB value is (252,150,156). Sum of RGB (Red+Green+Blue) = 252+150+156=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC969C is #036963. Grayscale: #B5B5B5. Windows color (decimal): -223588 or 10262268. OLE color: 10262268.

HSL color Cylindrical-coordinate representation of color #FC969C: hue angle of 356.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC969C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 156 -
CMYK 0 0.40 0.38 0.01
HSL 356.47º 0.94% 0.79% -
HSV(B) 356.47º 0.4% 0.99% -
XYZ 57.05 44.91 37.11 -
YUV 181.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 252 150 156 0 0.40 0.38 0.01 356.47 0.94 0.79
Hex FC 96 9C 0 28 26 1 164 5E 4F
Octal 374 226 234 0 50 46 1 544 136 117
Binary 11111100 10010110 10011100 0 101000 100110 1 101100100 1011110 1001111

Color Harmonies of #FC969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC969C

Black with #FC969C

Text Example


Text Example

White with #FC969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC969C; }

 p { color: rgb(252,150,156); }

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

background-color css

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

 a { background-color: rgb(252,150,156); }

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

border-color css

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

 span { border-color: rgb(252,150,156); }

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