Html Css Color HEX #F0CDFB Blue Chalk

📋 copy color: '#F0CDFB'

red 240 ◦ green 205 ◦ blue 251

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

Shades of Blue Chalk #F0CDFB

Tints of Blue Chalk #F0CDFB

RGB

 RED value IS 240 (94.14% from 255) = 34.48%

 GREEN value IS 205 (80.47% from 255) = 29.45%

 BLUE value IS 251 (98.44% from 255) = 36.06%

R = 34.48%
G = 29.45%
B = 36.06%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0CDFB (or 0xF0CDFB) is known color: Blue Chalk. HEX triplet: F0, CD and FB. RGB value is (240,205,251). Sum of RGB (Red+Green+Blue) = 240+205+251=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDFB is #0F3204. Grayscale: #DCDCDC. Windows color (decimal): -995845 or 16502256. OLE color: 16502256.

HSL color Cylindrical-coordinate representation of color #F0CDFB: hue angle of 285.65º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CDFB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 205 251 -
CMYK 0.04 0.18 0 0.02
HSL 285.65º 0.85% 0.89% -
HSV(B) 285.65º 0.18% 0.98% -
XYZ 75.18 69.15 100.65 -
YUV 220.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 240 205 251 0.04 0.18 0 0.02 285.65 0.85 0.89
Hex F0 CD FB 4 12 0 2 11E 55 59
Octal 360 315 373 4 22 0 2 436 125 131
Binary 11110000 11001101 11111011 100 10010 0 10 100011110 1010101 1011001

Color Harmonies of #F0CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CDFB

Black with #F0CDFB

Text Example


Text Example

White with #F0CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CDFB; }

 p { color: rgb(240,205,251); }

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

background-color css

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

 a { background-color: rgb(240,205,251); }

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

border-color css

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

 span { border-color: rgb(240,205,251); }

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