Html Css Color HEX #CFAEB2 Pink Flare

📋 copy color: '#CFAEB2'

red 207 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #CFAEB2

Tints of Pink Flare #CFAEB2

RGB

 RED value IS 207 (81.25% from 255) = 37.03%

 GREEN value IS 174 (68.36% from 255) = 31.13%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 37.03%
G = 31.13%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CFAEB2 (or 0xCFAEB2) is known color: Pink Flare. HEX triplet: CF, AE and B2. RGB value is (207,174,178). Sum of RGB (Red+Green+Blue) = 207+174+178=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEB2 is #30514D. Grayscale: #B8B8B8. Windows color (decimal): -3166542 or 11710159. OLE color: 11710159.

HSL color Cylindrical-coordinate representation of color #CFAEB2: hue angle of 352.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEB2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 178 -
CMYK 0 0.16 0.14 0.19
HSL 352.73º 0.26% 0.75% -
HSV(B) 352.73º 0.16% 0.81% -
XYZ 48.9 46.75 48.57 -
YUV 184.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 207 174 178 0 0.16 0.14 0.19 352.73 0.26 0.75
Hex CF AE B2 0 10 E 13 161 1A 4B
Octal 317 256 262 0 20 16 23 541 32 113
Binary 11001111 10101110 10110010 0 10000 1110 10011 101100001 11010 1001011

Color Harmonies of #CFAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEB2

Black with #CFAEB2

Text Example


Text Example

White with #CFAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEB2; }

 p { color: rgb(207,174,178); }

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

background-color css

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

 a { background-color: rgb(207,174,178); }

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

border-color css

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

 span { border-color: rgb(207,174,178); }

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