Html Css Color HEX #FCDBFE Selago

📋 copy color: '#FCDBFE'

red 252 ◦ green 219 ◦ blue 254

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

Shades of Selago #FCDBFE

Tints of Selago #FCDBFE

RGB

 RED value IS 252 (98.83% from 255) = 34.76%

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

 BLUE value IS 254 (99.61% from 255) = 35.03%

R = 34.76%
G = 30.21%
B = 35.03%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCDBFE (or 0xFCDBFE) is known color: Selago. HEX triplet: FC, DB and FE. RGB value is (252,219,254). Sum of RGB (Red+Green+Blue) = 252+219+254=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 219 (85.94% from 255 or 30.21% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFE is #032401. Grayscale: #E8E8E8. Windows color (decimal): -205826 or 16702460. OLE color: 16702460.

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

Color convert

RGB 252 219 254 -
CMYK 0.01 0.14 0 0.00
HSL 296.57º 0.95% 0.93% -
HSV(B) 296.57º 0.14% 1% -
XYZ 83.37 78.51 104.53 -
YUV 232.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 252 219 254 0.01 0.14 0 0.00 296.57 0.95 0.93
Hex FC DB FE 1 E 0 0 129 5F 5D
Octal 374 333 376 1 16 0 0 451 137 135
Binary 11111100 11011011 11111110 1 1110 0 0 100101001 1011111 1011101

Color Harmonies of #FCDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBFE

Black with #FCDBFE

Text Example


Text Example

White with #FCDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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