Html Css Color HEX #F5DBFE Blue Chalk

📋 copy color: '#F5DBFE'

red 245 ◦ green 219 ◦ blue 254

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

Shades of Blue Chalk #F5DBFE

Tints of Blue Chalk #F5DBFE

RGB

 RED value IS 245 (96.09% from 255) = 34.12%

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

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

R = 34.12%
G = 30.5%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5DBFE (or 0xF5DBFE) is known color: Blue Chalk. HEX triplet: F5, DB and FE. RGB value is (245,219,254). Sum of RGB (Red+Green+Blue) = 245+219+254=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBFE is #0A2401. Grayscale: #E6E6E6. Windows color (decimal): -664578 or 16702453. OLE color: 16702453.

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

Color convert

RGB 245 219 254 -
CMYK 0.04 0.14 0 0.00
HSL 284.57º 0.95% 0.93% -
HSV(B) 284.57º 0.14% 1% -
XYZ 80.88 77.23 104.41 -
YUV 230.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 245 219 254 0.04 0.14 0 0.00 284.57 0.95 0.93
Hex F5 DB FE 4 E 0 0 11D 5F 5D
Octal 365 333 376 4 16 0 0 435 137 135
Binary 11110101 11011011 11111110 100 1110 0 0 100011101 1011111 1011101

Color Harmonies of #F5DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DBFE

Black with #F5DBFE

Text Example


Text Example

White with #F5DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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