Html Css Color HEX #FEDCFF Selago

📋 copy color: '#FEDCFF'

red 254 ◦ green 220 ◦ blue 255

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

Shades of Selago #FEDCFF

Tints of Selago #FEDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.18%

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

R = 34.84%
G = 30.18%
B = 34.98%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEDCFF (or 0xFEDCFF) is known color: Selago. HEX triplet: FE, DC and FF. RGB value is (254,220,255). Sum of RGB (Red+Green+Blue) = 254+220+255=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 220 (86.33% from 255 or 30.18% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEDCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCFF is #012300. Grayscale: #EAEAEA. Windows color (decimal): -74497 or 16768254. OLE color: 16768254.

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

Color convert

RGB 254 220 255 -
CMYK 0.00 0.14 0 0
HSL 298.29º 1% 0.93% -
HSV(B) 298.29º 0.14% 1% -
XYZ 84.52 79.48 105.49 -
YUV 234.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 254 220 255 0.00 0.14 0 0 298.29 1 0.93
Hex FE DC FF 0 E 0 0 12A 64 5D
Octal 376 334 377 0 16 0 0 452 144 135
Binary 11111110 11011100 11111111 0 1110 0 0 100101010 1100100 1011101

Color Harmonies of #FEDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCFF

Black with #FEDCFF

Text Example


Text Example

White with #FEDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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