Html Css Color HEX #FABECD Pink

📋 copy color: '#FABECD'

red 250 ◦ green 190 ◦ blue 205

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

Shades of Pink #FABECD

Tints of Pink #FABECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.46%

 BLUE value IS 205 (80.47% from 255) = 31.78%

R = 38.76%
G = 29.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FABECD (or 0xFABECD) is known color: Pink. HEX triplet: FA, BE and CD. RGB value is (250,190,205). Sum of RGB (Red+Green+Blue) = 250+190+205=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABECD is #054132. Grayscale: #D1D1D1. Windows color (decimal): -344371 or 13483770. OLE color: 13483770.

HSL color Cylindrical-coordinate representation of color #FABECD: hue angle of 345º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABECD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 190 205 -
CMYK 0 0.24 0.18 0.02
HSL 345º 0.86% 0.86% -
HSV(B) 345º 0.24% 0.98% -
XYZ 68.86 61.56 66.01 -
YUV 209.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 250 190 205 0 0.24 0.18 0.02 345 0.86 0.86
Hex FA BE CD 0 18 12 2 159 56 56
Octal 372 276 315 0 30 22 2 531 126 126
Binary 11111010 10111110 11001101 0 11000 10010 10 101011001 1010110 1010110

Color Harmonies of #FABECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABECD

Black with #FABECD

Text Example


Text Example

White with #FABECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABECD; }

 p { color: rgb(250,190,205); }

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

background-color css

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

 a { background-color: rgb(250,190,205); }

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

border-color css

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

 span { border-color: rgb(250,190,205); }

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