Html Css Color HEX #FEDBFD Selago

📋 copy color: '#FEDBFD'

red 254 ◦ green 219 ◦ blue 253

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

Shades of Selago #FEDBFD

Tints of Selago #FEDBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.17%

 BLUE value IS 253 (99.22% from 255) = 34.85%

R = 34.99%
G = 30.17%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEDBFD (or 0xFEDBFD) is known color: Selago. HEX triplet: FE, DB and FD. RGB value is (254,219,253). Sum of RGB (Red+Green+Blue) = 254+219+253=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 219 (85.94% from 255 or 30.17% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBFD is #012402. Grayscale: #E9E9E9. Windows color (decimal): -74755 or 16636926. OLE color: 16636926.

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

Color convert

RGB 254 219 253 -
CMYK 0 0.14 0.00 0.00
HSL 301.71º 0.95% 0.93% -
HSV(B) 301.71º 0.14% 1% -
XYZ 83.93 78.83 103.72 -
YUV 233.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 254 219 253 0 0.14 0.00 0.00 301.71 0.95 0.93
Hex FE DB FD 0 E 0 0 12E 5F 5D
Octal 376 333 375 0 16 0 0 456 137 135
Binary 11111110 11011011 11111101 0 1110 0 0 100101110 1011111 1011101

Color Harmonies of #FEDBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBFD

Black with #FEDBFD

Text Example


Text Example

White with #FEDBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBFD; }

 p { color: rgb(254,219,253); }

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

background-color css

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

 a { background-color: rgb(254,219,253); }

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

border-color css

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

 span { border-color: rgb(254,219,253); }

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