Html Css Color HEX #FBDAFD Selago

📋 copy color: '#FBDAFD'

red 251 ◦ green 218 ◦ blue 253

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

Shades of Selago #FBDAFD

Tints of Selago #FBDAFD

RGB

 RED value IS 251 (98.44% from 255) = 34.76%

 GREEN value IS 218 (85.55% from 255) = 30.19%

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

R = 34.76%
G = 30.19%
B = 35.04%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBDAFD (or 0xFBDAFD) is known color: Selago. HEX triplet: FB, DA and FD. RGB value is (251,218,253). Sum of RGB (Red+Green+Blue) = 251+218+253=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 218 (85.55% from 255 or 30.19% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBDAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAFD is #042502. Grayscale: #E7E7E7. Windows color (decimal): -271619 or 16636667. OLE color: 16636667.

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

Color convert

RGB 251 218 253 -
CMYK 0.01 0.14 0 0.01
HSL 296.57º 0.9% 0.92% -
HSV(B) 296.57º 0.14% 0.99% -
XYZ 82.58 77.74 103.58 -
YUV 231.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 251 218 253 0.01 0.14 0 0.01 296.57 0.9 0.92
Hex FB DA FD 1 E 0 1 129 5A 5C
Octal 373 332 375 1 16 0 1 451 132 134
Binary 11111011 11011010 11111101 1 1110 0 1 100101001 1011010 1011100

Color Harmonies of #FBDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDAFD

Black with #FBDAFD

Text Example


Text Example

White with #FBDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDAFD; }

 p { color: rgb(251,218,253); }

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

background-color css

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

 a { background-color: rgb(251,218,253); }

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

border-color css

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

 span { border-color: rgb(251,218,253); }

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