Html Css Color HEX #FCDCFA Selago

📋 copy color: '#FCDCFA'

red 252 ◦ green 220 ◦ blue 250

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

Shades of Selago #FCDCFA

Tints of Selago #FCDCFA

RGB

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

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

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

R = 34.9%
G = 30.47%
B = 34.63%

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

#FCDCFA (or 0xFCDCFA) is known color: Selago. HEX triplet: FC, DC and FA. RGB value is (252,220,250). Sum of RGB (Red+Green+Blue) = 252+220+250=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDCFA is #032305. Grayscale: #E8E8E8. Windows color (decimal): -205574 or 16440572. OLE color: 16440572.

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

Color convert

RGB 252 220 250 -
CMYK 0 0.13 0.01 0.01
HSL 303.75º 0.84% 0.93% -
HSV(B) 303.75º 0.13% 0.99% -
XYZ 82.99 78.78 101.28 -
YUV 232.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 252 220 250 0 0.13 0.01 0.01 303.75 0.84 0.93
Hex FC DC FA 0 D 1 1 130 54 5D
Octal 374 334 372 0 15 1 1 460 124 135
Binary 11111100 11011100 11111010 0 1101 1 1 100110000 1010100 1011101

Color Harmonies of #FCDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCFA

Black with #FCDCFA

Text Example


Text Example

White with #FCDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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