Html Css Color HEX #FEBFCB Pink

📋 copy color: '#FEBFCB'

red 254 ◦ green 191 ◦ blue 203

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

Shades of Pink #FEBFCB

Tints of Pink #FEBFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.33%

R = 39.2%
G = 29.48%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEBFCB (or 0xFEBFCB) is known color: Pink. HEX triplet: FE, BF and CB. RGB value is (254,191,203). Sum of RGB (Red+Green+Blue) = 254+191+203=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFCB is #014034. Grayscale: #D3D3D3. Windows color (decimal): -81973 or 13352958. OLE color: 13352958.

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

Color convert

RGB 254 191 203 -
CMYK 0 0.25 0.20 0.00
HSL 348.57º 0.97% 0.87% -
HSV(B) 348.57º 0.25% 1% -
XYZ 70.28 62.64 64.89 -
YUV 211.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 254 191 203 0 0.25 0.20 0.00 348.57 0.97 0.87
Hex FE BF CB 0 19 14 0 15D 61 57
Octal 376 277 313 0 31 24 0 535 141 127
Binary 11111110 10111111 11001011 0 11001 10100 0 101011101 1100001 1010111

Color Harmonies of #FEBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFCB

Black with #FEBFCB

Text Example


Text Example

White with #FEBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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