Html Css Color HEX #FABECF Pink

📋 copy color: '#FABECF'

red 250 ◦ green 190 ◦ blue 207

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

Shades of Pink #FABECF

Tints of Pink #FABECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.99%

R = 38.64%
G = 29.37%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FABECF (or 0xFABECF) is known color: Pink. HEX triplet: FA, BE and CF. RGB value is (250,190,207). Sum of RGB (Red+Green+Blue) = 250+190+207=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FABECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABECF is #054130. Grayscale: #D1D1D1. Windows color (decimal): -344369 or 13614842. OLE color: 13614842.

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

Color convert

RGB 250 190 207 -
CMYK 0 0.24 0.17 0.02
HSL 343º 0.86% 0.86% -
HSV(B) 343º 0.24% 0.98% -
XYZ 69.1 61.66 67.29 -
YUV 209.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 250 190 207 0 0.24 0.17 0.02 343 0.86 0.86
Hex FA BE CF 0 18 11 2 157 56 56
Octal 372 276 317 0 30 21 2 527 126 126
Binary 11111010 10111110 11001111 0 11000 10001 10 101010111 1010110 1010110

Color Harmonies of #FABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABECF

Black with #FABECF

Text Example


Text Example

White with #FABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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