Html Css Color HEX #FAD2F0 Classic Rose

📋 copy color: '#FAD2F0'

red 250 ◦ green 210 ◦ blue 240

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

Shades of Classic Rose #FAD2F0

Tints of Classic Rose #FAD2F0

RGB

 RED value IS 250 (98.05% from 255) = 35.71%

 GREEN value IS 210 (82.42% from 255) = 30%

 BLUE value IS 240 (94.14% from 255) = 34.29%

R = 35.71%
G = 30%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAD2F0 (or 0xFAD2F0) is known color: Classic Rose. HEX triplet: FA, D2 and F0. RGB value is (250,210,240). Sum of RGB (Red+Green+Blue) = 250+210+240=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F0 is #052D0F. Grayscale: #E1E1E1. Windows color (decimal): -339216 or 15782650. OLE color: 15782650.

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

Color convert

RGB 250 210 240 -
CMYK 0 0.16 0.04 0.02
HSL 315º 0.8% 0.9% -
HSV(B) 315º 0.16% 0.98% -
XYZ 78.2 72.71 92.35 -
YUV 225.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 250 210 240 0 0.16 0.04 0.02 315 0.8 0.9
Hex FA D2 F0 0 10 4 2 13B 50 5A
Octal 372 322 360 0 20 4 2 473 120 132
Binary 11111010 11010010 11110000 0 10000 100 10 100111011 1010000 1011010

Color Harmonies of #FAD2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2F0

Black with #FAD2F0

Text Example


Text Example

White with #FAD2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2F0; }

 p { color: rgb(250,210,240); }

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

background-color css

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

 a { background-color: rgb(250,210,240); }

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

border-color css

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

 span { border-color: rgb(250,210,240); }

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