Html Css Color HEX #FBDBFC Selago

📋 copy color: '#FBDBFC'

red 251 ◦ green 219 ◦ blue 252

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

Shades of Selago #FBDBFC

Tints of Selago #FBDBFC

RGB

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

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

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

R = 34.76%
G = 30.33%
B = 34.9%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBDBFC (or 0xFBDBFC) is known color: Selago. HEX triplet: FB, DB and FC. RGB value is (251,219,252). Sum of RGB (Red+Green+Blue) = 251+219+252=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 219 (85.94% from 255 or 30.33% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBFC is #042403. Grayscale: #E8E8E8. Windows color (decimal): -271364 or 16571387. OLE color: 16571387.

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

Color convert

RGB 251 219 252 -
CMYK 0.00 0.13 0 0.01
HSL 298.18º 0.85% 0.92% -
HSV(B) 298.18º 0.13% 0.99% -
XYZ 82.69 78.2 102.83 -
YUV 232.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 251 219 252 0.00 0.13 0 0.01 298.18 0.85 0.92
Hex FB DB FC 0 D 0 1 12A 55 5C
Octal 373 333 374 0 15 0 1 452 125 134
Binary 11111011 11011011 11111100 0 1101 0 1 100101010 1010101 1011100

Color Harmonies of #FBDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBFC

Black with #FBDBFC

Text Example


Text Example

White with #FBDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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