Html Css Color HEX #FCDBFA Selago

📋 copy color: '#FCDBFA'

red 252 ◦ green 219 ◦ blue 250

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

Shades of Selago #FCDBFA

Tints of Selago #FCDBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.67%

R = 34.95%
G = 30.37%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCDBFA (or 0xFCDBFA) is known color: Selago. HEX triplet: FC, DB and FA. RGB value is (252,219,250). Sum of RGB (Red+Green+Blue) = 252+219+250=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 219 (85.94% from 255 or 30.37% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFA is #032405. Grayscale: #E8E8E8. Windows color (decimal): -205830 or 16440316. OLE color: 16440316.

HSL color Cylindrical-coordinate representation of color #FCDBFA: hue angle of 303.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBFA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 250 -
CMYK 0 0.13 0.01 0.01
HSL 303.64º 0.85% 0.92% -
HSV(B) 303.64º 0.13% 0.99% -
XYZ 82.73 78.26 101.19 -
YUV 232.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 252 219 250 0 0.13 0.01 0.01 303.64 0.85 0.92
Hex FC DB FA 0 D 1 1 130 55 5C
Octal 374 333 372 0 15 1 1 460 125 134
Binary 11111100 11011011 11111010 0 1101 1 1 100110000 1010101 1011100

Color Harmonies of #FCDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBFA

Black with #FCDBFA

Text Example


Text Example

White with #FCDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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