Html Css Color HEX #FECBFF Snuff

📋 copy color: '#FECBFF'

red 254 ◦ green 203 ◦ blue 255

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

Shades of Snuff #FECBFF

Tints of Snuff #FECBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 28.51%

 BLUE value IS 255 (100% from 255) = 35.81%

R = 35.67%
G = 28.51%
B = 35.81%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FECBFF (or 0xFECBFF) is known color: Snuff. HEX triplet: FE, CB and FF. RGB value is (254,203,255). Sum of RGB (Red+Green+Blue) = 254+203+255=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 203 (79.69% from 255 or 28.51% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECBFF is #013400. Grayscale: #E0E0E0. Windows color (decimal): -78849 or 16763902. OLE color: 16763902.

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

Color convert

RGB 254 203 255 -
CMYK 0.00 0.20 0 0
HSL 298.85º 1% 0.9% -
HSV(B) 298.85º 0.2% 1% -
XYZ 80.28 71 104.08 -
YUV 224.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 254 203 255 0.00 0.20 0 0 298.85 1 0.9
Hex FE CB FF 0 14 0 0 12B 64 5A
Octal 376 313 377 0 24 0 0 453 144 132
Binary 11111110 11001011 11111111 0 10100 0 0 100101011 1100100 1011010

Color Harmonies of #FECBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBFF

Black with #FECBFF

Text Example


Text Example

White with #FECBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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