Html Css Color HEX #FEBFCD Pink

📋 copy color: '#FEBFCD'

red 254 ◦ green 191 ◦ blue 205

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

Shades of Pink #FEBFCD

Tints of Pink #FEBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 29.38%

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

R = 39.08%
G = 29.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEBFCD (or 0xFEBFCD) is known color: Pink. HEX triplet: FE, BF and CD. RGB value is (254,191,205). Sum of RGB (Red+Green+Blue) = 254+191+205=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCD is #014032. Grayscale: #D3D3D3. Windows color (decimal): -81971 or 13484030. OLE color: 13484030.

HSL color Cylindrical-coordinate representation of color #FEBFCD: hue angle of 346.67º 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 #FEBFCD is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 205 -
CMYK 0 0.25 0.19 0.00
HSL 346.67º 0.97% 0.87% -
HSV(B) 346.67º 0.25% 1% -
XYZ 70.52 62.74 66.15 -
YUV 211.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 254 191 205 0 0.25 0.19 0.00 346.67 0.97 0.87
Hex FE BF CD 0 19 13 0 15B 61 57
Octal 376 277 315 0 31 23 0 533 141 127
Binary 11111110 10111111 11001101 0 11001 10011 0 101011011 1100001 1010111

Color Harmonies of #FEBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFCD

Black with #FEBFCD

Text Example


Text Example

White with #FEBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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