Html Css Color HEX #FECCBF Your Pink

📋 copy color: '#FECCBF'

red 254 ◦ green 204 ◦ blue 191

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

Shades of Your Pink #FECCBF

Tints of Your Pink #FECCBF

RGB

 RED value IS 254 (99.61% from 255) = 39.14%

 GREEN value IS 204 (80.08% from 255) = 31.43%

 BLUE value IS 191 (75% from 255) = 29.43%

R = 39.14%
G = 31.43%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FECCBF (or 0xFECCBF) is known color: Your Pink. HEX triplet: FE, CC and BF. RGB value is (254,204,191). Sum of RGB (Red+Green+Blue) = 254+204+191=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCBF is #013340. Grayscale: #D9D9D9. Windows color (decimal): -78657 or 12569854. OLE color: 12569854.

HSL color Cylindrical-coordinate representation of color #FECCBF: hue angle of 12.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FECCBF is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 191 -
CMYK 0 0.20 0.25 0.00
HSL 12.38º 0.97% 0.87% -
HSV(B) 12.38º 0.25% 1% -
XYZ 71.87 68.02 58.63 -
YUV 217.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 254 204 191 0 0.20 0.25 0.00 12.38 0.97 0.87
Hex FE CC BF 0 14 19 0 C 61 57
Octal 376 314 277 0 24 31 0 14 141 127
Binary 11111110 11001100 10111111 0 10100 11001 0 1100 1100001 1010111

Color Harmonies of #FECCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCBF

Black with #FECCBF

Text Example


Text Example

White with #FECCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCBF; }

 p { color: rgb(254,204,191); }

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

background-color css

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

 a { background-color: rgb(254,204,191); }

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

border-color css

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

 span { border-color: rgb(254,204,191); }

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